Html Css Color HEX #CEB31B Bird Flower

📋 copy color: '#CEB31B'

red 206 ◦ green 179 ◦ blue 27

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

Shades of Bird Flower #CEB31B

Tints of Bird Flower #CEB31B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.45%

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

R = 50%
G = 43.45%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CEB31B (or 0xCEB31B) is known color: Bird Flower. HEX triplet: CE, B3 and 1B. RGB value is (206,179,27). Sum of RGB (Red+Green+Blue) = 206+179+27=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 27 (10.94% from 255 or 6.55% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB31B is #314CE4. Grayscale: #AAAAAA. Windows color (decimal): -3230949 or 1815502. OLE color: 1815502.

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

Color convert

RGB 206 179 27 -
CMYK 0 0.13 0.87 0.19
HSL 50.95º 0.77% 0.46% -
HSV(B) 50.95º 0.87% 0.81% -
XYZ 41.77 45.44 7.61 -
YUV 169.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 206 179 27 0 0.13 0.87 0.19 50.95 0.77 0.46
Hex CE B3 1B 0 D 57 13 33 4D 2E
Octal 316 263 33 0 15 127 23 63 115 56
Binary 11001110 10110011 11011 0 1101 1010111 10011 110011 1001101 101110

Color Harmonies of #CEB31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB31B

Black with #CEB31B

Text Example


Text Example

White with #CEB31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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