Html Css Color HEX #D1C322 Barberry

📋 copy color: '#D1C322'

red 209 ◦ green 195 ◦ blue 34

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

Shades of Barberry #D1C322

Tints of Barberry #D1C322

RGB

 RED value IS 209 (82.03% from 255) = 47.72%

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

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

R = 47.72%
G = 44.52%
B = 7.76%

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

#D1C322 (or 0xD1C322) is known color: Barberry. HEX triplet: D1, C3 and 22. RGB value is (209,195,34). Sum of RGB (Red+Green+Blue) = 209+195+34=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C322 is #2E3CDD. Grayscale: #B5B5B5. Windows color (decimal): -3030238 or 2278353. OLE color: 2278353.

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

Color convert

RGB 209 195 34 -
CMYK 0 0.07 0.84 0.18
HSL 55.2º 0.72% 0.48% -
HSV(B) 55.2º 0.84% 0.82% -
XYZ 46.1 52.7 9.26 -
YUV 180.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 209 195 34 0 0.07 0.84 0.18 55.2 0.72 0.48
Hex D1 C3 22 0 7 54 12 37 48 30
Octal 321 303 42 0 7 124 22 67 110 60
Binary 11010001 11000011 100010 0 111 1010100 10010 110111 1001000 110000

Color Harmonies of #D1C322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C322

Black with #D1C322

Text Example


Text Example

White with #D1C322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C322; }

 p { color: rgb(209,195,34); }

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

background-color css

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

 a { background-color: rgb(209,195,34); }

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

border-color css

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

 span { border-color: rgb(209,195,34); }

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