Html Css Color HEX #D2C028 Barberry

📋 copy color: '#D2C028'

red 210 ◦ green 192 ◦ blue 40

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

Shades of Barberry #D2C028

Tints of Barberry #D2C028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

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

R = 47.51%
G = 43.44%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2C028 (or 0xD2C028) is known color: Barberry. HEX triplet: D2, C0 and 28. RGB value is (210,192,40). Sum of RGB (Red+Green+Blue) = 210+192+40=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C028 is #2D3FD7. Grayscale: #B4B4B4. Windows color (decimal): -2965464 or 2670802. OLE color: 2670802.

HSL color Cylindrical-coordinate representation of color #D2C028: hue angle of 53.65º 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 #D2C028 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 192 40 -
CMYK 0 0.09 0.81 0.18
HSL 53.65º 0.68% 0.49% -
HSV(B) 53.65º 0.81% 0.82% -
XYZ 45.81 51.55 9.54 -
YUV 180.05 48.96 149.36 -
System Red Green Blue C M Y K H S L
Decimal 210 192 40 0 0.09 0.81 0.18 53.65 0.68 0.49
Hex D2 C0 28 0 9 51 12 36 44 31
Octal 322 300 50 0 11 121 22 66 104 61
Binary 11010010 11000000 101000 0 1001 1010001 10010 110110 1000100 110001

Color Harmonies of #D2C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C028

Black with #D2C028

Text Example


Text Example

White with #D2C028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C028; }

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

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

background-color css

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

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

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

border-color css

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

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

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