Html Css Color HEX #D1C32F Barberry

📋 copy color: '#D1C32F'

red 209 ◦ green 195 ◦ blue 47

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

Shades of Barberry #D1C32F

Tints of Barberry #D1C32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.42%

R = 46.34%
G = 43.24%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1C32F (or 0xD1C32F) is known color: Barberry. HEX triplet: D1, C3 and 2F. RGB value is (209,195,47). Sum of RGB (Red+Green+Blue) = 209+195+47=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C32F is #2E3CD0. Grayscale: #B6B6B6. Windows color (decimal): -3030225 or 3130321. OLE color: 3130321.

HSL color Cylindrical-coordinate representation of color #D1C32F: hue angle of 54.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1C32F is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 195 47 -
CMYK 0 0.07 0.78 0.18
HSL 54.81º 0.64% 0.5% -
HSV(B) 54.81º 0.78% 0.82% -
XYZ 46.32 52.79 10.44 -
YUV 182.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 209 195 47 0 0.07 0.78 0.18 54.81 0.64 0.5
Hex D1 C3 2F 0 7 4E 12 37 40 32
Octal 321 303 57 0 7 116 22 67 100 62
Binary 11010001 11000011 101111 0 111 1001110 10010 110111 1000000 110010

Color Harmonies of #D1C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C32F

Black with #D1C32F

Text Example


Text Example

White with #D1C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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