Html Css Color HEX #CECB01 Bird Flower

📋 copy color: '#CECB01'

red 206 ◦ green 203 ◦ blue 1

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

Shades of Bird Flower #CECB01

Tints of Bird Flower #CECB01

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

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

R = 50.24%
G = 49.51%
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

#CECB01 (or 0xCECB01) is known color: Bird Flower. HEX triplet: CE, CB and 01. RGB value is (206,203,1). Sum of RGB (Red+Green+Blue) = 206+203+1=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB01 is #3134FE. Grayscale: #B5B5B5. Windows color (decimal): -3224831 or 117710. OLE color: 117710.

HSL color Cylindrical-coordinate representation of color #CECB01: hue angle of 59.12º 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 #CECB01 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 203 1 -
CMYK 0 0.01 1.00 0.19
HSL 59.12º 0.99% 0.41% -
HSV(B) 59.12º 1% 0.81% -
XYZ 46.82 55.84 8.34 -
YUV 180.87 26.49 145.93 -
System Red Green Blue C M Y K H S L
Decimal 206 203 1 0 0.01 1.00 0.19 59.12 0.99 0.41
Hex CE CB 1 0 1 64 13 3B 63 29
Octal 316 313 1 0 1 144 23 73 143 51
Binary 11001110 11001011 1 0 1 1100100 10011 111011 1100011 101001

Color Harmonies of #CECB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB01

Black with #CECB01

Text Example


Text Example

White with #CECB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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