Html Css Color HEX #CEAB05 Bird Flower

📋 copy color: '#CEAB05'

red 206 ◦ green 171 ◦ blue 5

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

Shades of Bird Flower #CEAB05

Tints of Bird Flower #CEAB05

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.76%

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

R = 53.93%
G = 44.76%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEAB05 (or 0xCEAB05) is known color: Bird Flower. HEX triplet: CE, AB and 05. RGB value is (206,171,5). Sum of RGB (Red+Green+Blue) = 206+171+5=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 171 (67.19% from 255 or 44.76% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAB05 is #3154FA. Grayscale: #A3A3A3. Windows color (decimal): -3233019 or 371662. OLE color: 371662.

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

Color convert

RGB 206 171 5 -
CMYK 0 0.17 0.98 0.19
HSL 49.55º 0.95% 0.41% -
HSV(B) 49.55º 0.98% 0.81% -
XYZ 40.04 42.26 6.19 -
YUV 162.54 39.1 159 -
System Red Green Blue C M Y K H S L
Decimal 206 171 5 0 0.17 0.98 0.19 49.55 0.95 0.41
Hex CE AB 5 0 11 62 13 32 5F 29
Octal 316 253 5 0 21 142 23 62 137 51
Binary 11001110 10101011 101 0 10001 1100010 10011 110010 1011111 101001

Color Harmonies of #CEAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB05

Black with #CEAB05

Text Example


Text Example

White with #CEAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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