Html Css Color HEX #D2C121 Barberry

📋 copy color: '#D2C121'

red 210 ◦ green 193 ◦ blue 33

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

Shades of Barberry #D2C121

Tints of Barberry #D2C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

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

R = 48.17%
G = 44.27%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2C121 (or 0xD2C121) is known color: Barberry. HEX triplet: D2, C1 and 21. RGB value is (210,193,33). Sum of RGB (Red+Green+Blue) = 210+193+33=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C121 is #2D3EDE. Grayscale: #B4B4B4. Windows color (decimal): -2965215 or 2212306. OLE color: 2212306.

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

Color convert

RGB 210 193 33 -
CMYK 0 0.08 0.84 0.18
HSL 54.24º 0.73% 0.48% -
HSV(B) 54.24º 0.84% 0.82% -
XYZ 45.92 51.95 9.05 -
YUV 179.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 210 193 33 0 0.08 0.84 0.18 54.24 0.73 0.48
Hex D2 C1 21 0 8 54 12 36 49 30
Octal 322 301 41 0 10 124 22 66 111 60
Binary 11010010 11000001 100001 0 1000 1010100 10010 110110 1001001 110000

Color Harmonies of #D2C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C121

Black with #D2C121

Text Example


Text Example

White with #D2C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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