Html Css Color HEX #CCCE06 Bird Flower

📋 copy color: '#CCCE06'

red 204 ◦ green 206 ◦ blue 6

#CCCE06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CCCE06

Tints of Bird Flower #CCCE06

RGB

 RED value IS 204 (80.08% from 255) = 49.04%

 GREEN value IS 206 (80.86% from 255) = 49.52%

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 49.04%
G = 49.52%
B = 1.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCCE06 (or 0xCCCE06) is known color: Bird Flower. HEX triplet: CC, CE and 06. RGB value is (204,206,6). Sum of RGB (Red+Green+Blue) = 204+206+6=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE06 is #3331F9. Grayscale: #B7B7B7. Windows color (decimal): -3355130 or 446156. OLE color: 446156.

HSL color Cylindrical-coordinate representation of color #CCCE06: hue angle of 60.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCCE06 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 6 -
CMYK 0.01 0 0.97 0.19
HSL 60.6º 0.94% 0.42% -
HSV(B) 60.6º 0.97% 0.81% -
XYZ 47.01 56.99 8.7 -
YUV 182.6 28.34 143.26 -
System Red Green Blue C M Y K H S L
Decimal 204 206 6 0.01 0 0.97 0.19 60.6 0.94 0.42
Hex CC CE 6 1 0 61 13 3D 5E 2A
Octal 314 316 6 1 0 141 23 75 136 52
Binary 11001100 11001110 110 1 0 1100001 10011 111101 1011110 101010

Color Harmonies of #CCCE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE06

Black with #CCCE06

Text Example


Text Example

White with #CCCE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE06; }

 p { color: rgb(204,206,6); }

 H1.HeaderClassName
 {
   color: #CCCE06;
 }
 .AnyTagClassName
 {
   color: #CCCE06;
 }
</style>

background-color css

<style>
 a { background-color: #CCCE06; }

 a { background-color: rgb(204,206,6); }

 div.DivClassName
 {
   background-color: #CCCE06;
 }
 .BgClassName
 {
   background-color: #CCCE06;
 }
</style>

border-color css

<style>
 span { border-color: #CCCE06; }

 span { border-color: rgb(204,206,6); }

 td.TdClassName
 {
   border-color: #CCCE06;
 }
 .TagClassName
 {
   border-color: #CCCE06;
 }
</style>