Html Css Color HEX #CCCE08 Bird Flower

📋 copy color: '#CCCE08'

red 204 ◦ green 206 ◦ blue 8

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

Shades of Bird Flower #CCCE08

Tints of Bird Flower #CCCE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 48.8%
G = 49.28%
B = 1.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CCCE08 (or 0xCCCE08) is known color: Bird Flower. HEX triplet: CC, CE and 08. RGB value is (204,206,8). Sum of RGB (Red+Green+Blue) = 204+206+8=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE08 is #3331F7. Grayscale: #B7B7B7. Windows color (decimal): -3355128 or 577228. OLE color: 577228.

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

Color convert

RGB 204 206 8 -
CMYK 0.01 0 0.96 0.19
HSL 60.61º 0.93% 0.42% -
HSV(B) 60.61º 0.96% 0.81% -
XYZ 47.02 57 8.75 -
YUV 182.83 29.34 143.1 -
System Red Green Blue C M Y K H S L
Decimal 204 206 8 0.01 0 0.96 0.19 60.61 0.93 0.42
Hex CC CE 8 1 0 60 13 3D 5D 2A
Octal 314 316 10 1 0 140 23 75 135 52
Binary 11001100 11001110 1000 1 0 1100000 10011 111101 1011101 101010

Color Harmonies of #CCCE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE08

Black with #CCCE08

Text Example


Text Example

White with #CCCE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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