Html Css Color HEX #CEB10F Bird Flower

📋 copy color: '#CEB10F'

red 206 ◦ green 177 ◦ blue 15

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

Shades of Bird Flower #CEB10F

Tints of Bird Flower #CEB10F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.47%

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

R = 51.76%
G = 44.47%
B = 3.77%

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

#CEB10F (or 0xCEB10F) is known color: Bird Flower. HEX triplet: CE, B1 and 0F. RGB value is (206,177,15). Sum of RGB (Red+Green+Blue) = 206+177+15=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB10F is #314EF0. Grayscale: #A7A7A7. Windows color (decimal): -3231473 or 1028558. OLE color: 1028558.

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

Color convert

RGB 206 177 15 -
CMYK 0 0.14 0.93 0.19
HSL 50.89º 0.86% 0.43% -
HSV(B) 50.89º 0.93% 0.81% -
XYZ 41.26 44.6 6.89 -
YUV 167.2 42.11 155.67 -
System Red Green Blue C M Y K H S L
Decimal 206 177 15 0 0.14 0.93 0.19 50.89 0.86 0.43
Hex CE B1 F 0 E 5D 13 33 56 2B
Octal 316 261 17 0 16 135 23 63 126 53
Binary 11001110 10110001 1111 0 1110 1011101 10011 110011 1010110 101011

Color Harmonies of #CEB10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB10F

Black with #CEB10F

Text Example


Text Example

White with #CEB10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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