Html Css Color HEX #D5D020 Barberry

📋 copy color: '#D5D020'

red 213 ◦ green 208 ◦ blue 32

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

Shades of Barberry #D5D020

Tints of Barberry #D5D020

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

 GREEN value IS 208 (81.64% from 255) = 45.92%

 BLUE value IS 32 (12.89% from 255) = 7.06%

R = 47.02%
G = 45.92%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5D020 (or 0xD5D020) is known color: Barberry. HEX triplet: D5, D0 and 20. RGB value is (213,208,32). Sum of RGB (Red+Green+Blue) = 213+208+32=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D020 is #2A2FDF. Grayscale: #BEBEBE. Windows color (decimal): -2764768 or 2150613. OLE color: 2150613.

HSL color Cylindrical-coordinate representation of color #D5D020: hue angle of 58.34º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5D020 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 32 -
CMYK 0 0.02 0.85 0.16
HSL 58.34º 0.74% 0.48% -
HSV(B) 58.34º 0.85% 0.84% -
XYZ 50.26 59.36 10.18 -
YUV 189.43 39.16 144.81 -
System Red Green Blue C M Y K H S L
Decimal 213 208 32 0 0.02 0.85 0.16 58.34 0.74 0.48
Hex D5 D0 20 0 2 55 10 3A 4A 30
Octal 325 320 40 0 2 125 20 72 112 60
Binary 11010101 11010000 100000 0 10 1010101 10000 111010 1001010 110000

Color Harmonies of #D5D020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D020

Black with #D5D020

Text Example


Text Example

White with #D5D020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D020; }

 p { color: rgb(213,208,32); }

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

background-color css

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

 a { background-color: rgb(213,208,32); }

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

border-color css

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

 span { border-color: rgb(213,208,32); }

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