Html Css Color HEX #D3C222 Barberry

📋 copy color: '#D3C222'

red 211 ◦ green 194 ◦ blue 34

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

Shades of Barberry #D3C222

Tints of Barberry #D3C222

RGB

 RED value IS 211 (82.81% from 255) = 48.06%

 GREEN value IS 194 (76.17% from 255) = 44.19%

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

R = 48.06%
G = 44.19%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D3C222 (or 0xD3C222) is known color: Barberry. HEX triplet: D3, C2 and 22. RGB value is (211,194,34). Sum of RGB (Red+Green+Blue) = 211+194+34=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C222 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C222 is #2C3DDD. Grayscale: #B5B5B5. Windows color (decimal): -2899422 or 2278099. OLE color: 2278099.

HSL color Cylindrical-coordinate representation of color #D3C222: hue angle of 54.24º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3C222 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 194 34 -
CMYK 0 0.08 0.84 0.17
HSL 54.24º 0.72% 0.48% -
HSV(B) 54.24º 0.84% 0.83% -
XYZ 46.44 52.55 9.21 -
YUV 180.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 211 194 34 0 0.08 0.84 0.17 54.24 0.72 0.48
Hex D3 C2 22 0 8 54 11 36 48 30
Octal 323 302 42 0 10 124 21 66 110 60
Binary 11010011 11000010 100010 0 1000 1010100 10001 110110 1001000 110000

Color Harmonies of #D3C222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C222

Black with #D3C222

Text Example


Text Example

White with #D3C222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C222; }

 p { color: rgb(211,194,34); }

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

background-color css

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

 a { background-color: rgb(211,194,34); }

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

border-color css

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

 span { border-color: rgb(211,194,34); }

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