Html Css Color HEX #D3C32B Barberry

📋 copy color: '#D3C32B'

red 211 ◦ green 195 ◦ blue 43

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

Shades of Barberry #D3C32B

Tints of Barberry #D3C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.58%

R = 46.99%
G = 43.43%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3C32B (or 0xD3C32B) is known color: Barberry. HEX triplet: D3, C3 and 2B. RGB value is (211,195,43). Sum of RGB (Red+Green+Blue) = 211+195+43=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C32B is #2C3CD4. Grayscale: #B7B7B7. Windows color (decimal): -2899157 or 2868179. OLE color: 2868179.

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

Color convert

RGB 211 195 43 -
CMYK 0 0.08 0.80 0.17
HSL 54.29º 0.66% 0.5% -
HSV(B) 54.29º 0.8% 0.83% -
XYZ 46.82 53.05 10.06 -
YUV 182.46 49.3 148.36 -
System Red Green Blue C M Y K H S L
Decimal 211 195 43 0 0.08 0.80 0.17 54.29 0.66 0.5
Hex D3 C3 2B 0 8 50 11 36 42 32
Octal 323 303 53 0 10 120 21 66 102 62
Binary 11010011 11000011 101011 0 1000 1010000 10001 110110 1000010 110010

Color Harmonies of #D3C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C32B

Black with #D3C32B

Text Example


Text Example

White with #D3C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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