Html Css Color HEX #CEBA19 Bird Flower

📋 copy color: '#CEBA19'

red 206 ◦ green 186 ◦ blue 25

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

Shades of Bird Flower #CEBA19

Tints of Bird Flower #CEBA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.6%

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

R = 49.4%
G = 44.6%
B = 6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEBA19 (or 0xCEBA19) is known color: Bird Flower. HEX triplet: CE, BA and 19. RGB value is (206,186,25). Sum of RGB (Red+Green+Blue) = 206+186+25=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBA19 is #3145E6. Grayscale: #AEAEAE. Windows color (decimal): -3229159 or 1686222. OLE color: 1686222.

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

Color convert

RGB 206 186 25 -
CMYK 0 0.10 0.88 0.19
HSL 53.37º 0.78% 0.45% -
HSV(B) 53.37º 0.88% 0.81% -
XYZ 43.19 48.31 7.97 -
YUV 173.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 206 186 25 0 0.10 0.88 0.19 53.37 0.78 0.45
Hex CE BA 19 0 A 58 13 35 4E 2D
Octal 316 272 31 0 12 130 23 65 116 55
Binary 11001110 10111010 11001 0 1010 1011000 10011 110101 1001110 101101

Color Harmonies of #CEBA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA19

Black with #CEBA19

Text Example


Text Example

White with #CEBA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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