Html Css Color HEX #D3C32E Barberry

📋 copy color: '#D3C32E'

red 211 ◦ green 195 ◦ blue 46

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

Shades of Barberry #D3C32E

Tints of Barberry #D3C32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.18%

R = 46.68%
G = 43.14%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3C32E (or 0xD3C32E) is known color: Barberry. HEX triplet: D3, C3 and 2E. RGB value is (211,195,46). Sum of RGB (Red+Green+Blue) = 211+195+46=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 46 (18.36% from 255 or 10.18% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C32E is #2C3CD1. Grayscale: #B7B7B7. Windows color (decimal): -2899154 or 3064787. OLE color: 3064787.

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

Color convert

RGB 211 195 46 -
CMYK 0 0.08 0.78 0.17
HSL 54.18º 0.65% 0.5% -
HSV(B) 54.18º 0.78% 0.83% -
XYZ 46.87 53.08 10.36 -
YUV 182.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 211 195 46 0 0.08 0.78 0.17 54.18 0.65 0.5
Hex D3 C3 2E 0 8 4E 11 36 41 32
Octal 323 303 56 0 10 116 21 66 101 62
Binary 11010011 11000011 101110 0 1000 1001110 10001 110110 1000001 110010

Color Harmonies of #D3C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C32E

Black with #D3C32E

Text Example


Text Example

White with #D3C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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