Html Css Color HEX #D5D021 Barberry

📋 copy color: '#D5D021'

red 213 ◦ green 208 ◦ blue 33

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

Shades of Barberry #D5D021

Tints of Barberry #D5D021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.27%

R = 46.92%
G = 45.81%
B = 7.27%

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

#D5D021 (or 0xD5D021) is known color: Barberry. HEX triplet: D5, D0 and 21. RGB value is (213,208,33). Sum of RGB (Red+Green+Blue) = 213+208+33=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 33 (13.28% from 255 or 7.27% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D021 is #2A2FDE. Grayscale: #BEBEBE. Windows color (decimal): -2764767 or 2216149. OLE color: 2216149.

HSL color Cylindrical-coordinate representation of color #D5D021: hue angle of 58.33º degrees, saturation: 0.73, 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 #D5D021 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 208 33 -
CMYK 0 0.02 0.85 0.16
HSL 58.33º 0.73% 0.48% -
HSV(B) 58.33º 0.85% 0.84% -
XYZ 50.27 59.37 10.25 -
YUV 189.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 213 208 33 0 0.02 0.85 0.16 58.33 0.73 0.48
Hex D5 D0 21 0 2 55 10 3A 49 30
Octal 325 320 41 0 2 125 20 72 111 60
Binary 11010101 11010000 100001 0 10 1010101 10000 111010 1001001 110000

Color Harmonies of #D5D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D021

Black with #D5D021

Text Example


Text Example

White with #D5D021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D021; }

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

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

background-color css

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

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

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

border-color css

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

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

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