Html Css Color HEX #D2C825 Barberry

📋 copy color: '#D2C825'

red 210 ◦ green 200 ◦ blue 37

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

Shades of Barberry #D2C825

Tints of Barberry #D2C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

 BLUE value IS 37 (14.84% from 255) = 8.28%

R = 46.98%
G = 44.74%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D2C825 (or 0xD2C825) is known color: Barberry. HEX triplet: D2, C8 and 25. RGB value is (210,200,37). Sum of RGB (Red+Green+Blue) = 210+200+37=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C825 is #2D37DA. Grayscale: #B9B9B9. Windows color (decimal): -2963419 or 2476242. OLE color: 2476242.

HSL color Cylindrical-coordinate representation of color #D2C825: hue angle of 56.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2C825 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 200 37 -
CMYK 0 0.05 0.82 0.18
HSL 56.53º 0.7% 0.48% -
HSV(B) 56.53º 0.82% 0.82% -
XYZ 47.57 55.14 9.89 -
YUV 184.41 44.81 146.25 -
System Red Green Blue C M Y K H S L
Decimal 210 200 37 0 0.05 0.82 0.18 56.53 0.7 0.48
Hex D2 C8 25 0 5 52 12 39 46 30
Octal 322 310 45 0 5 122 22 71 106 60
Binary 11010010 11001000 100101 0 101 1010010 10010 111001 1000110 110000

Color Harmonies of #D2C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C825

Black with #D2C825

Text Example


Text Example

White with #D2C825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C825; }

 p { color: rgb(210,200,37); }

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

background-color css

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

 a { background-color: rgb(210,200,37); }

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

border-color css

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

 span { border-color: rgb(210,200,37); }

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