Html Css Color HEX #CECA11 Bird Flower

📋 copy color: '#CECA11'

red 206 ◦ green 202 ◦ blue 17

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

Shades of Bird Flower #CECA11

Tints of Bird Flower #CECA11

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.53%

 BLUE value IS 17 (7.03% from 255) = 4%

R = 48.47%
G = 47.53%
B = 4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CECA11 (or 0xCECA11) is known color: Bird Flower. HEX triplet: CE, CA and 11. RGB value is (206,202,17). Sum of RGB (Red+Green+Blue) = 206+202+17=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA11 is #3135EE. Grayscale: #B6B6B6. Windows color (decimal): -3225071 or 1166030. OLE color: 1166030.

HSL color Cylindrical-coordinate representation of color #CECA11: hue angle of 58.73º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CECA11 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 202 17 -
CMYK 0 0.02 0.92 0.19
HSL 58.73º 0.85% 0.44% -
HSV(B) 58.73º 0.92% 0.81% -
XYZ 46.68 55.4 8.76 -
YUV 182.11 34.83 145.04 -
System Red Green Blue C M Y K H S L
Decimal 206 202 17 0 0.02 0.92 0.19 58.73 0.85 0.44
Hex CE CA 11 0 2 5C 13 3B 55 2C
Octal 316 312 21 0 2 134 23 73 125 54
Binary 11001110 11001010 10001 0 10 1011100 10011 111011 1010101 101100

Color Harmonies of #CECA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA11

Black with #CECA11

Text Example


Text Example

White with #CECA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA11; }

 p { color: rgb(206,202,17); }

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

background-color css

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

 a { background-color: rgb(206,202,17); }

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

border-color css

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

 span { border-color: rgb(206,202,17); }

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