Html Css Color HEX #D2C721 Barberry

📋 copy color: '#D2C721'

red 210 ◦ green 199 ◦ blue 33

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

Shades of Barberry #D2C721

Tints of Barberry #D2C721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.02%

 BLUE value IS 33 (13.28% from 255) = 7.47%

R = 47.51%
G = 45.02%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2C721 (or 0xD2C721) is known color: Barberry. HEX triplet: D2, C7 and 21. RGB value is (210,199,33). Sum of RGB (Red+Green+Blue) = 210+199+33=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C721 is #2D38DE. Grayscale: #B8B8B8. Windows color (decimal): -2963679 or 2213842. OLE color: 2213842.

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

Color convert

RGB 210 199 33 -
CMYK 0 0.05 0.84 0.18
HSL 56.27º 0.73% 0.48% -
HSV(B) 56.27º 0.84% 0.82% -
XYZ 47.28 54.66 9.5 -
YUV 183.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 210 199 33 0 0.05 0.84 0.18 56.27 0.73 0.48
Hex D2 C7 21 0 5 54 12 38 49 30
Octal 322 307 41 0 5 124 22 70 111 60
Binary 11010010 11000111 100001 0 101 1010100 10010 111000 1001001 110000

Color Harmonies of #D2C721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C721

Black with #D2C721

Text Example


Text Example

White with #D2C721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C721; }

 p { color: rgb(210,199,33); }

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

background-color css

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

 a { background-color: rgb(210,199,33); }

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

border-color css

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

 span { border-color: rgb(210,199,33); }

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