Html Css Color HEX #D2D028 Barberry

📋 copy color: '#D2D028'

red 210 ◦ green 208 ◦ blue 40

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

Shades of Barberry #D2D028

Tints of Barberry #D2D028

RGB

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

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

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

R = 45.85%
G = 45.41%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2D028 (or 0xD2D028) is known color: Barberry. HEX triplet: D2, D0 and 28. RGB value is (210,208,40). Sum of RGB (Red+Green+Blue) = 210+208+40=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D028 is #2D2FD7. Grayscale: #BEBEBE. Windows color (decimal): -2961368 or 2674898. OLE color: 2674898.

HSL color Cylindrical-coordinate representation of color #D2D028: hue angle of 59.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2D028 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 208 40 -
CMYK 0 0.01 0.81 0.18
HSL 59.29º 0.68% 0.49% -
HSV(B) 59.29º 0.81% 0.82% -
XYZ 49.52 58.97 10.78 -
YUV 189.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 210 208 40 0 0.01 0.81 0.18 59.29 0.68 0.49
Hex D2 D0 28 0 1 51 12 3B 44 31
Octal 322 320 50 0 1 121 22 73 104 61
Binary 11010010 11010000 101000 0 1 1010001 10010 111011 1000100 110001

Color Harmonies of #D2D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D028

Black with #D2D028

Text Example


Text Example

White with #D2D028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D028; }

 p { color: rgb(210,208,40); }

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

background-color css

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

 a { background-color: rgb(210,208,40); }

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

border-color css

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

 span { border-color: rgb(210,208,40); }

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