Html Css Color HEX #CEB319 Bird Flower

📋 copy color: '#CEB319'

red 206 ◦ green 179 ◦ blue 25

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

Shades of Bird Flower #CEB319

Tints of Bird Flower #CEB319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.1%

R = 50.24%
G = 43.66%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB319 (or 0xCEB319) is known color: Bird Flower. HEX triplet: CE, B3 and 19. RGB value is (206,179,25). Sum of RGB (Red+Green+Blue) = 206+179+25=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB319 is #314CE6. Grayscale: #AAAAAA. Windows color (decimal): -3230951 or 1684430. OLE color: 1684430.

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

Color convert

RGB 206 179 25 -
CMYK 0 0.13 0.88 0.19
HSL 51.05º 0.78% 0.45% -
HSV(B) 51.05º 0.88% 0.81% -
XYZ 41.75 45.43 7.49 -
YUV 169.52 46.45 154.02 -
System Red Green Blue C M Y K H S L
Decimal 206 179 25 0 0.13 0.88 0.19 51.05 0.78 0.45
Hex CE B3 19 0 D 58 13 33 4E 2D
Octal 316 263 31 0 15 130 23 63 116 55
Binary 11001110 10110011 11001 0 1101 1011000 10011 110011 1001110 101101

Color Harmonies of #CEB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB319

Black with #CEB319

Text Example


Text Example

White with #CEB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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