Html Css Color HEX #CEB317 Bird Flower

📋 copy color: '#CEB317'

red 206 ◦ green 179 ◦ blue 23

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

Shades of Bird Flower #CEB317

Tints of Bird Flower #CEB317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 50.49%
G = 43.87%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEB317 (or 0xCEB317) is known color: Bird Flower. HEX triplet: CE, B3 and 17. RGB value is (206,179,23). Sum of RGB (Red+Green+Blue) = 206+179+23=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB317 is #314CE8. Grayscale: #A9A9A9. Windows color (decimal): -3230953 or 1553358. OLE color: 1553358.

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

Color convert

RGB 206 179 23 -
CMYK 0 0.13 0.89 0.19
HSL 51.15º 0.8% 0.45% -
HSV(B) 51.15º 0.89% 0.81% -
XYZ 41.73 45.42 7.38 -
YUV 169.29 45.45 154.18 -
System Red Green Blue C M Y K H S L
Decimal 206 179 23 0 0.13 0.89 0.19 51.15 0.8 0.45
Hex CE B3 17 0 D 59 13 33 50 2D
Octal 316 263 27 0 15 131 23 63 120 55
Binary 11001110 10110011 10111 0 1101 1011001 10011 110011 1010000 101101

Color Harmonies of #CEB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB317

Black with #CEB317

Text Example


Text Example

White with #CEB317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB317; }

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

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

background-color css

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

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

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

border-color css

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

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

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