Html Css Color HEX #D3C32C Barberry

📋 copy color: '#D3C32C'

red 211 ◦ green 195 ◦ blue 44

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

Shades of Barberry #D3C32C

Tints of Barberry #D3C32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.78%

R = 46.89%
G = 43.33%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3C32C (or 0xD3C32C) is known color: Barberry. HEX triplet: D3, C3 and 2C. RGB value is (211,195,44). Sum of RGB (Red+Green+Blue) = 211+195+44=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C32C is #2C3CD3. Grayscale: #B7B7B7. Windows color (decimal): -2899156 or 2933715. OLE color: 2933715.

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

Color convert

RGB 211 195 44 -
CMYK 0 0.08 0.79 0.17
HSL 54.25º 0.65% 0.5% -
HSV(B) 54.25º 0.79% 0.83% -
XYZ 46.83 53.06 10.16 -
YUV 182.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 211 195 44 0 0.08 0.79 0.17 54.25 0.65 0.5
Hex D3 C3 2C 0 8 4F 11 36 41 32
Octal 323 303 54 0 10 117 21 66 101 62
Binary 11010011 11000011 101100 0 1000 1001111 10001 110110 1000001 110010

Color Harmonies of #D3C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C32C

Black with #D3C32C

Text Example


Text Example

White with #D3C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C32C; }

 p { color: rgb(211,195,44); }

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

background-color css

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

 a { background-color: rgb(211,195,44); }

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

border-color css

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

 span { border-color: rgb(211,195,44); }

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