Html Css Color HEX #CEB719 Bird Flower

📋 copy color: '#CEB719'

red 206 ◦ green 183 ◦ blue 25

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

Shades of Bird Flower #CEB719

Tints of Bird Flower #CEB719

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.2%

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

R = 49.76%
G = 44.2%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB719 (or 0xCEB719) is known color: Bird Flower. HEX triplet: CE, B7 and 19. RGB value is (206,183,25). Sum of RGB (Red+Green+Blue) = 206+183+25=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB719 is #3148E6. Grayscale: #ACACAC. Windows color (decimal): -3229927 or 1685454. OLE color: 1685454.

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

Color convert

RGB 206 183 25 -
CMYK 0 0.11 0.88 0.19
HSL 52.38º 0.78% 0.45% -
HSV(B) 52.38º 0.88% 0.81% -
XYZ 42.56 47.06 7.76 -
YUV 171.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 206 183 25 0 0.11 0.88 0.19 52.38 0.78 0.45
Hex CE B7 19 0 B 58 13 34 4E 2D
Octal 316 267 31 0 13 130 23 64 116 55
Binary 11001110 10110111 11001 0 1011 1011000 10011 110100 1001110 101101

Color Harmonies of #CEB719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB719

Black with #CEB719

Text Example


Text Example

White with #CEB719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB719; }

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

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

background-color css

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

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

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

border-color css

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

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

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