Html Css Color HEX #D1C32C Barberry

📋 copy color: '#D1C32C'

red 209 ◦ green 195 ◦ blue 44

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

Shades of Barberry #D1C32C

Tints of Barberry #D1C32C

RGB

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

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

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

R = 46.65%
G = 43.53%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1C32C (or 0xD1C32C) is known color: Barberry. HEX triplet: D1, C3 and 2C. RGB value is (209,195,44). Sum of RGB (Red+Green+Blue) = 209+195+44=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C32C is #2E3CD3. Grayscale: #B6B6B6. Windows color (decimal): -3030228 or 2933713. OLE color: 2933713.

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

Color convert

RGB 209 195 44 -
CMYK 0 0.07 0.79 0.18
HSL 54.91º 0.65% 0.5% -
HSV(B) 54.91º 0.79% 0.82% -
XYZ 46.26 52.77 10.13 -
YUV 181.97 50.14 147.28 -
System Red Green Blue C M Y K H S L
Decimal 209 195 44 0 0.07 0.79 0.18 54.91 0.65 0.5
Hex D1 C3 2C 0 7 4F 12 37 41 32
Octal 321 303 54 0 7 117 22 67 101 62
Binary 11010001 11000011 101100 0 111 1001111 10010 110111 1000001 110010

Color Harmonies of #D1C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C32C

Black with #D1C32C

Text Example


Text Example

White with #D1C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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