Html Css Color HEX #CECB03 Bird Flower

📋 copy color: '#CECB03'

red 206 ◦ green 203 ◦ blue 3

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

Shades of Bird Flower #CECB03

Tints of Bird Flower #CECB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 50%
G = 49.27%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CECB03 (or 0xCECB03) is known color: Bird Flower. HEX triplet: CE, CB and 03. RGB value is (206,203,3). Sum of RGB (Red+Green+Blue) = 206+203+3=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB03 is #3134FC. Grayscale: #B5B5B5. Windows color (decimal): -3224829 or 248782. OLE color: 248782.

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

Color convert

RGB 206 203 3 -
CMYK 0 0.01 0.99 0.19
HSL 59.11º 0.97% 0.41% -
HSV(B) 59.11º 0.99% 0.81% -
XYZ 46.83 55.84 8.4 -
YUV 181.1 27.49 145.76 -
System Red Green Blue C M Y K H S L
Decimal 206 203 3 0 0.01 0.99 0.19 59.11 0.97 0.41
Hex CE CB 3 0 1 63 13 3B 61 29
Octal 316 313 3 0 1 143 23 73 141 51
Binary 11001110 11001011 11 0 1 1100011 10011 111011 1100001 101001

Color Harmonies of #CECB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB03

Black with #CECB03

Text Example


Text Example

White with #CECB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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