Html Css Color HEX #CEB11B Bird Flower

📋 copy color: '#CEB11B'

red 206 ◦ green 177 ◦ blue 27

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

Shades of Bird Flower #CEB11B

Tints of Bird Flower #CEB11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.59%

R = 50.24%
G = 43.17%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEB11B (or 0xCEB11B) is known color: Bird Flower. HEX triplet: CE, B1 and 1B. RGB value is (206,177,27). Sum of RGB (Red+Green+Blue) = 206+177+27=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB11B is #314EE4. Grayscale: #A9A9A9. Windows color (decimal): -3231461 or 1814990. OLE color: 1814990.

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

Color convert

RGB 206 177 27 -
CMYK 0 0.14 0.87 0.19
HSL 50.28º 0.77% 0.46% -
HSV(B) 50.28º 0.87% 0.81% -
XYZ 41.37 44.65 7.47 -
YUV 168.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 206 177 27 0 0.14 0.87 0.19 50.28 0.77 0.46
Hex CE B1 1B 0 E 57 13 32 4D 2E
Octal 316 261 33 0 16 127 23 62 115 56
Binary 11001110 10110001 11011 0 1110 1010111 10011 110010 1001101 101110

Color Harmonies of #CEB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB11B

Black with #CEB11B

Text Example


Text Example

White with #CEB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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