Html Css Color HEX #CEB00C Bird Flower

📋 copy color: '#CEB00C'

red 206 ◦ green 176 ◦ blue 12

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

Shades of Bird Flower #CEB00C

Tints of Bird Flower #CEB00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 52.28%
G = 44.67%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEB00C (or 0xCEB00C) is known color: Bird Flower. HEX triplet: CE, B0 and 0C. RGB value is (206,176,12). Sum of RGB (Red+Green+Blue) = 206+176+12=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB00C is #314FF3. Grayscale: #A6A6A6. Windows color (decimal): -3231732 or 831694. OLE color: 831694.

HSL color Cylindrical-coordinate representation of color #CEB00C: hue angle of 50.72º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEB00C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 12 -
CMYK 0 0.15 0.94 0.19
HSL 50.72º 0.89% 0.43% -
HSV(B) 50.72º 0.94% 0.81% -
XYZ 41.05 44.2 6.72 -
YUV 166.27 40.94 156.34 -
System Red Green Blue C M Y K H S L
Decimal 206 176 12 0 0.15 0.94 0.19 50.72 0.89 0.43
Hex CE B0 C 0 F 5E 13 33 59 2B
Octal 316 260 14 0 17 136 23 63 131 53
Binary 11001110 10110000 1100 0 1111 1011110 10011 110011 1011001 101011

Color Harmonies of #CEB00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB00C

Black with #CEB00C

Text Example


Text Example

White with #CEB00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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