Html Css Color HEX #CEB005 Bird Flower

📋 copy color: '#CEB005'

red 206 ◦ green 176 ◦ blue 5

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

Shades of Bird Flower #CEB005

Tints of Bird Flower #CEB005

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

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

R = 53.23%
G = 45.48%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEB005 (or 0xCEB005) is known color: Bird Flower. HEX triplet: CE, B0 and 05. RGB value is (206,176,5). Sum of RGB (Red+Green+Blue) = 206+176+5=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB005 is #314FFA. Grayscale: #A6A6A6. Windows color (decimal): -3231739 or 372942. OLE color: 372942.

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

Color convert

RGB 206 176 5 -
CMYK 0 0.15 0.98 0.19
HSL 51.04º 0.95% 0.41% -
HSV(B) 51.04º 0.98% 0.81% -
XYZ 41.01 44.18 6.51 -
YUV 165.48 37.44 156.9 -
System Red Green Blue C M Y K H S L
Decimal 206 176 5 0 0.15 0.98 0.19 51.04 0.95 0.41
Hex CE B0 5 0 F 62 13 33 5F 29
Octal 316 260 5 0 17 142 23 63 137 51
Binary 11001110 10110000 101 0 1111 1100010 10011 110011 1011111 101001

Color Harmonies of #CEB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB005

Black with #CEB005

Text Example


Text Example

White with #CEB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB005; }

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

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

background-color css

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

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

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

border-color css

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

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

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