Html Css Color HEX #CEB31F Bird Flower

📋 copy color: '#CEB31F'

red 206 ◦ green 179 ◦ blue 31

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

Shades of Bird Flower #CEB31F

Tints of Bird Flower #CEB31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.45%

R = 49.52%
G = 43.03%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEB31F (or 0xCEB31F) is known color: Bird Flower. HEX triplet: CE, B3 and 1F. RGB value is (206,179,31). Sum of RGB (Red+Green+Blue) = 206+179+31=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB31F is #314CE0. Grayscale: #AAAAAA. Windows color (decimal): -3230945 or 2077646. OLE color: 2077646.

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

Color convert

RGB 206 179 31 -
CMYK 0 0.13 0.85 0.19
HSL 50.74º 0.74% 0.46% -
HSV(B) 50.74º 0.85% 0.81% -
XYZ 41.82 45.46 7.87 -
YUV 170.2 49.45 153.53 -
System Red Green Blue C M Y K H S L
Decimal 206 179 31 0 0.13 0.85 0.19 50.74 0.74 0.46
Hex CE B3 1F 0 D 55 13 33 4A 2E
Octal 316 263 37 0 15 125 23 63 112 56
Binary 11001110 10110011 11111 0 1101 1010101 10011 110011 1001010 101110

Color Harmonies of #CEB31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB31F

Black with #CEB31F

Text Example


Text Example

White with #CEB31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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