Html Css Color HEX #D5D222 Barberry

📋 copy color: '#D5D222'

red 213 ◦ green 210 ◦ blue 34

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

Shades of Barberry #D5D222

Tints of Barberry #D5D222

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

 BLUE value IS 34 (13.67% from 255) = 7.44%

R = 46.61%
G = 45.95%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D5D222 (or 0xD5D222) is known color: Barberry. HEX triplet: D5, D2 and 22. RGB value is (213,210,34). Sum of RGB (Red+Green+Blue) = 213+210+34=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 34 (13.67% from 255 or 7.44% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D222 is #2A2DDD. Grayscale: #BFBFBF. Windows color (decimal): -2764254 or 2282197. OLE color: 2282197.

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

Color convert

RGB 213 210 34 -
CMYK 0 0.01 0.84 0.16
HSL 58.99º 0.72% 0.48% -
HSV(B) 58.99º 0.84% 0.84% -
XYZ 50.78 60.35 10.49 -
YUV 190.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 213 210 34 0 0.01 0.84 0.16 58.99 0.72 0.48
Hex D5 D2 22 0 1 54 10 3B 48 30
Octal 325 322 42 0 1 124 20 73 110 60
Binary 11010101 11010010 100010 0 1 1010100 10000 111011 1001000 110000

Color Harmonies of #D5D222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D222

Black with #D5D222

Text Example


Text Example

White with #D5D222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D222; }

 p { color: rgb(213,210,34); }

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

background-color css

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

 a { background-color: rgb(213,210,34); }

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

border-color css

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

 span { border-color: rgb(213,210,34); }

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