Html Css Color HEX #CEB525 Bird Flower

📋 copy color: '#CEB525'

red 206 ◦ green 181 ◦ blue 37

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

Shades of Bird Flower #CEB525

Tints of Bird Flower #CEB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.69%

 BLUE value IS 37 (14.84% from 255) = 8.73%

R = 48.58%
G = 42.69%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEB525 (or 0xCEB525) is known color: Bird Flower. HEX triplet: CE, B5 and 25. RGB value is (206,181,37). Sum of RGB (Red+Green+Blue) = 206+181+37=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB525 is #314ADA. Grayscale: #ACACAC. Windows color (decimal): -3230427 or 2471374. OLE color: 2471374.

HSL color Cylindrical-coordinate representation of color #CEB525: hue angle of 51.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEB525 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 181 37 -
CMYK 0 0.12 0.82 0.19
HSL 51.12º 0.7% 0.48% -
HSV(B) 51.12º 0.82% 0.81% -
XYZ 42.31 46.3 8.46 -
YUV 172.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 206 181 37 0 0.12 0.82 0.19 51.12 0.7 0.48
Hex CE B5 25 0 C 52 13 33 46 30
Octal 316 265 45 0 14 122 23 63 106 60
Binary 11001110 10110101 100101 0 1100 1010010 10011 110011 1000110 110000

Color Harmonies of #CEB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB525

Black with #CEB525

Text Example


Text Example

White with #CEB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB525; }

 p { color: rgb(206,181,37); }

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

background-color css

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

 a { background-color: rgb(206,181,37); }

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

border-color css

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

 span { border-color: rgb(206,181,37); }

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