Html Css Color HEX #D1C32B Barberry

📋 copy color: '#D1C32B'

red 209 ◦ green 195 ◦ blue 43

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

Shades of Barberry #D1C32B

Tints of Barberry #D1C32B

RGB

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

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

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

R = 46.76%
G = 43.62%
B = 9.62%

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

#D1C32B (or 0xD1C32B) is known color: Barberry. HEX triplet: D1, C3 and 2B. RGB value is (209,195,43). Sum of RGB (Red+Green+Blue) = 209+195+43=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C32B is #2E3CD4. Grayscale: #B6B6B6. Windows color (decimal): -3030229 or 2868177. OLE color: 2868177.

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

Color convert

RGB 209 195 43 -
CMYK 0 0.07 0.79 0.18
HSL 54.94º 0.66% 0.49% -
HSV(B) 54.94º 0.79% 0.82% -
XYZ 46.25 52.76 10.03 -
YUV 181.86 49.64 147.36 -
System Red Green Blue C M Y K H S L
Decimal 209 195 43 0 0.07 0.79 0.18 54.94 0.66 0.49
Hex D1 C3 2B 0 7 4F 12 37 42 31
Octal 321 303 53 0 7 117 22 67 102 61
Binary 11010001 11000011 101011 0 111 1001111 10010 110111 1000010 110001

Color Harmonies of #D1C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C32B

Black with #D1C32B

Text Example


Text Example

White with #D1C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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