Html Css Color HEX #D2C321 Barberry

📋 copy color: '#D2C321'

red 210 ◦ green 195 ◦ blue 33

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

Shades of Barberry #D2C321

Tints of Barberry #D2C321

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.52%

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

R = 47.95%
G = 44.52%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2C321 (or 0xD2C321) is known color: Barberry. HEX triplet: D2, C3 and 21. RGB value is (210,195,33). Sum of RGB (Red+Green+Blue) = 210+195+33=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C321 is #2D3CDE. Grayscale: #B5B5B5. Windows color (decimal): -2964703 or 2212818. OLE color: 2212818.

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

Color convert

RGB 210 195 33 -
CMYK 0 0.07 0.84 0.18
HSL 54.92º 0.73% 0.48% -
HSV(B) 54.92º 0.84% 0.82% -
XYZ 46.37 52.84 9.19 -
YUV 181.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 210 195 33 0 0.07 0.84 0.18 54.92 0.73 0.48
Hex D2 C3 21 0 7 54 12 37 49 30
Octal 322 303 41 0 7 124 22 67 111 60
Binary 11010010 11000011 100001 0 111 1010100 10010 110111 1001001 110000

Color Harmonies of #D2C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C321

Black with #D2C321

Text Example


Text Example

White with #D2C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C321; }

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

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

background-color css

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

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

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

border-color css

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

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

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