Html Css Color HEX #D2BC28 Barberry

📋 copy color: '#D2BC28'

red 210 ◦ green 188 ◦ blue 40

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

Shades of Barberry #D2BC28

Tints of Barberry #D2BC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 47.95%
G = 42.92%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D2BC28 (or 0xD2BC28) is known color: Barberry. HEX triplet: D2, BC and 28. RGB value is (210,188,40). Sum of RGB (Red+Green+Blue) = 210+188+40=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC28 is #2D43D7. Grayscale: #B2B2B2. Windows color (decimal): -2966488 or 2669778. OLE color: 2669778.

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

Color convert

RGB 210 188 40 -
CMYK 0 0.10 0.81 0.18
HSL 52.24º 0.68% 0.49% -
HSV(B) 52.24º 0.81% 0.82% -
XYZ 44.94 49.82 9.26 -
YUV 177.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 210 188 40 0 0.10 0.81 0.18 52.24 0.68 0.49
Hex D2 BC 28 0 A 51 12 34 44 31
Octal 322 274 50 0 12 121 22 64 104 61
Binary 11010010 10111100 101000 0 1010 1010001 10010 110100 1000100 110001

Color Harmonies of #D2BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BC28

Black with #D2BC28

Text Example


Text Example

White with #D2BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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