Html Css Color HEX #CEB20F Bird Flower

📋 copy color: '#CEB20F'

red 206 ◦ green 178 ◦ blue 15

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

Shades of Bird Flower #CEB20F

Tints of Bird Flower #CEB20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 51.63%
G = 44.61%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEB20F (or 0xCEB20F) is known color: Bird Flower. HEX triplet: CE, B2 and 0F. RGB value is (206,178,15). Sum of RGB (Red+Green+Blue) = 206+178+15=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB20F is #314DF0. Grayscale: #A8A8A8. Windows color (decimal): -3231217 or 1028814. OLE color: 1028814.

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

Color convert

RGB 206 178 15 -
CMYK 0 0.14 0.93 0.19
HSL 51.2º 0.86% 0.43% -
HSV(B) 51.2º 0.93% 0.81% -
XYZ 41.46 45 6.95 -
YUV 167.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 206 178 15 0 0.14 0.93 0.19 51.2 0.86 0.43
Hex CE B2 F 0 E 5D 13 33 56 2B
Octal 316 262 17 0 16 135 23 63 126 53
Binary 11001110 10110010 1111 0 1110 1011101 10011 110011 1010110 101011

Color Harmonies of #CEB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB20F

Black with #CEB20F

Text Example


Text Example

White with #CEB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB20F; }

 p { color: rgb(206,178,15); }

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

background-color css

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

 a { background-color: rgb(206,178,15); }

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

border-color css

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

 span { border-color: rgb(206,178,15); }

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