Html Css Color HEX #CCCE05 Bird Flower

📋 copy color: '#CCCE05'

red 204 ◦ green 206 ◦ blue 5

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

Shades of Bird Flower #CCCE05

Tints of Bird Flower #CCCE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 49.16%
G = 49.64%
B = 1.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CCCE05 (or 0xCCCE05) is known color: Bird Flower. HEX triplet: CC, CE and 05. RGB value is (204,206,5). Sum of RGB (Red+Green+Blue) = 204+206+5=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCE05 is #3331FA. Grayscale: #B7B7B7. Windows color (decimal): -3355131 or 380620. OLE color: 380620.

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

Color convert

RGB 204 206 5 -
CMYK 0.01 0 0.98 0.19
HSL 60.6º 0.95% 0.41% -
HSV(B) 60.6º 0.98% 0.81% -
XYZ 47 56.99 8.67 -
YUV 182.49 27.84 143.34 -
System Red Green Blue C M Y K H S L
Decimal 204 206 5 0.01 0 0.98 0.19 60.6 0.95 0.41
Hex CC CE 5 1 0 62 13 3D 5F 29
Octal 314 316 5 1 0 142 23 75 137 51
Binary 11001100 11001110 101 1 0 1100010 10011 111101 1011111 101001

Color Harmonies of #CCCE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE05

Black with #CCCE05

Text Example


Text Example

White with #CCCE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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