Html Css Color HEX #CECC01 Bird Flower

📋 copy color: '#CECC01'

red 206 ◦ green 204 ◦ blue 1

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

Shades of Bird Flower #CECC01

Tints of Bird Flower #CECC01

RGB

 RED value IS 206 (80.86% from 255) = 50.12%

 GREEN value IS 204 (80.08% from 255) = 49.64%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 50.12%
G = 49.64%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CECC01 (or 0xCECC01) is known color: Bird Flower. HEX triplet: CE, CC and 01. RGB value is (206,204,1). Sum of RGB (Red+Green+Blue) = 206+204+1=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC01 is #3133FE. Grayscale: #B6B6B6. Windows color (decimal): -3224575 or 117966. OLE color: 117966.

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

Color convert

RGB 206 204 1 -
CMYK 0 0.01 1.00 0.19
HSL 59.41º 0.99% 0.41% -
HSV(B) 59.41º 1% 0.81% -
XYZ 47.05 56.31 8.42 -
YUV 181.46 26.16 145.51 -
System Red Green Blue C M Y K H S L
Decimal 206 204 1 0 0.01 1.00 0.19 59.41 0.99 0.41
Hex CE CC 1 0 1 64 13 3B 63 29
Octal 316 314 1 0 1 144 23 73 143 51
Binary 11001110 11001100 1 0 1 1100100 10011 111011 1100011 101001

Color Harmonies of #CECC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC01

Black with #CECC01

Text Example


Text Example

White with #CECC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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