Html Css Color HEX #CEB80F Bird Flower

📋 copy color: '#CEB80F'

red 206 ◦ green 184 ◦ blue 15

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

Shades of Bird Flower #CEB80F

Tints of Bird Flower #CEB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.43%

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

R = 50.86%
G = 45.43%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CEB80F (or 0xCEB80F) is known color: Bird Flower. HEX triplet: CE, B8 and 0F. RGB value is (206,184,15). Sum of RGB (Red+Green+Blue) = 206+184+15=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB80F is #3147F0. Grayscale: #ACACAC. Windows color (decimal): -3229681 or 1030350. OLE color: 1030350.

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

Color convert

RGB 206 184 15 -
CMYK 0 0.11 0.93 0.19
HSL 53.09º 0.86% 0.43% -
HSV(B) 53.09º 0.93% 0.81% -
XYZ 42.68 47.44 7.36 -
YUV 171.31 39.79 152.74 -
System Red Green Blue C M Y K H S L
Decimal 206 184 15 0 0.11 0.93 0.19 53.09 0.86 0.43
Hex CE B8 F 0 B 5D 13 35 56 2B
Octal 316 270 17 0 13 135 23 65 126 53
Binary 11001110 10111000 1111 0 1011 1011101 10011 110101 1010110 101011

Color Harmonies of #CEB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB80F

Black with #CEB80F

Text Example


Text Example

White with #CEB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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