Html Css Color HEX #D2C422 Barberry

📋 copy color: '#D2C422'

red 210 ◦ green 196 ◦ blue 34

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

Shades of Barberry #D2C422

Tints of Barberry #D2C422

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.55%

 BLUE value IS 34 (13.67% from 255) = 7.73%

R = 47.73%
G = 44.55%
B = 7.73%

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

#D2C422 (or 0xD2C422) is known color: Barberry. HEX triplet: D2, C4 and 22. RGB value is (210,196,34). Sum of RGB (Red+Green+Blue) = 210+196+34=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 196 (76.95% from 255 or 44.55% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C422 is #2D3BDD. Grayscale: #B6B6B6. Windows color (decimal): -2964446 or 2278610. OLE color: 2278610.

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

Color convert

RGB 210 196 34 -
CMYK 0 0.07 0.84 0.18
HSL 55.23º 0.72% 0.48% -
HSV(B) 55.23º 0.84% 0.82% -
XYZ 46.61 53.3 9.34 -
YUV 181.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 210 196 34 0 0.07 0.84 0.18 55.23 0.72 0.48
Hex D2 C4 22 0 7 54 12 37 48 30
Octal 322 304 42 0 7 124 22 67 110 60
Binary 11010010 11000100 100010 0 111 1010100 10010 110111 1001000 110000

Color Harmonies of #D2C422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C422

Black with #D2C422

Text Example


Text Example

White with #D2C422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C422; }

 p { color: rgb(210,196,34); }

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

background-color css

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

 a { background-color: rgb(210,196,34); }

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

border-color css

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

 span { border-color: rgb(210,196,34); }

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