Html Css Color HEX #D9C528 Barberry

📋 copy color: '#D9C528'

red 217 ◦ green 197 ◦ blue 40

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

Shades of Barberry #D9C528

Tints of Barberry #D9C528

RGB

 RED value IS 217 (85.16% from 255) = 47.8%

 GREEN value IS 197 (77.34% from 255) = 43.39%

 BLUE value IS 40 (16.02% from 255) = 8.81%

R = 47.8%
G = 43.39%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9C528 (or 0xD9C528) is known color: Barberry. HEX triplet: D9, C5 and 28. RGB value is (217,197,40). Sum of RGB (Red+Green+Blue) = 217+197+40=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 40 (16.02% from 255 or 8.81% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C528 is #263AD7. Grayscale: #B9B9B9. Windows color (decimal): -2505432 or 2672089. OLE color: 2672089.

HSL color Cylindrical-coordinate representation of color #D9C528: hue angle of 53.22º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9C528 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 197 40 -
CMYK 0 0.09 0.82 0.15
HSL 53.22º 0.7% 0.5% -
HSV(B) 53.22º 0.82% 0.85% -
XYZ 48.96 54.84 10.01 -
YUV 185.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 217 197 40 0 0.09 0.82 0.15 53.22 0.7 0.5
Hex D9 C5 28 0 9 52 F 35 46 32
Octal 331 305 50 0 11 122 17 65 106 62
Binary 11011001 11000101 101000 0 1001 1010010 1111 110101 1000110 110010

Color Harmonies of #D9C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C528

Black with #D9C528

Text Example


Text Example

White with #D9C528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C528; }

 p { color: rgb(217,197,40); }

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

background-color css

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

 a { background-color: rgb(217,197,40); }

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

border-color css

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

 span { border-color: rgb(217,197,40); }

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