Html Css Color HEX #D2D818 Barberry

📋 copy color: '#D2D818'

red 210 ◦ green 216 ◦ blue 24

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

Shades of Barberry #D2D818

Tints of Barberry #D2D818

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

 GREEN value IS 216 (84.77% from 255) = 48%

 BLUE value IS 24 (9.77% from 255) = 5.33%

R = 46.67%
G = 48%
B = 5.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D2D818 (or 0xD2D818) is known color: Barberry. HEX triplet: D2, D8 and 18. RGB value is (210,216,24). Sum of RGB (Red+Green+Blue) = 210+216+24=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 24 (9.77% from 255 or 5.33% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D818 is #2D27E7. Grayscale: #C1C1C1. Windows color (decimal): -2959336 or 1628370. OLE color: 1628370.

HSL color Cylindrical-coordinate representation of color #D2D818: hue angle of 61.88º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2D818 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 216 24 -
CMYK 0.03 0 0.89 0.15
HSL 61.88º 0.8% 0.47% -
HSV(B) 61.88º 0.89% 0.85% -
XYZ 51.3 62.88 10.3 -
YUV 192.32 33.01 140.61 -
System Red Green Blue C M Y K H S L
Decimal 210 216 24 0.03 0 0.89 0.15 61.88 0.8 0.47
Hex D2 D8 18 3 0 59 F 3E 50 2F
Octal 322 330 30 3 0 131 17 76 120 57
Binary 11010010 11011000 11000 11 0 1011001 1111 111110 1010000 101111

Color Harmonies of #D2D818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D818

Black with #D2D818

Text Example


Text Example

White with #D2D818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D818; }

 p { color: rgb(210,216,24); }

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

background-color css

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

 a { background-color: rgb(210,216,24); }

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

border-color css

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

 span { border-color: rgb(210,216,24); }

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