Html Css Color HEX #D5C329 Barberry

📋 copy color: '#D5C329'

red 213 ◦ green 195 ◦ blue 41

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

Shades of Barberry #D5C329

Tints of Barberry #D5C329

RGB

 RED value IS 213 (83.59% from 255) = 47.44%

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

 BLUE value IS 41 (16.41% from 255) = 9.13%

R = 47.44%
G = 43.43%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5C329 (or 0xD5C329) is known color: Barberry. HEX triplet: D5, C3 and 29. RGB value is (213,195,41). Sum of RGB (Red+Green+Blue) = 213+195+41=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C329 is #2A3CD6. Grayscale: #B7B7B7. Windows color (decimal): -2768087 or 2737109. OLE color: 2737109.

HSL color Cylindrical-coordinate representation of color #D5C329: hue angle of 53.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5C329 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 195 41 -
CMYK 0 0.08 0.81 0.16
HSL 53.72º 0.68% 0.5% -
HSV(B) 53.72º 0.81% 0.84% -
XYZ 47.36 53.34 9.9 -
YUV 182.83 47.96 149.52 -
System Red Green Blue C M Y K H S L
Decimal 213 195 41 0 0.08 0.81 0.16 53.72 0.68 0.5
Hex D5 C3 29 0 8 51 10 36 44 32
Octal 325 303 51 0 10 121 20 66 104 62
Binary 11010101 11000011 101001 0 1000 1010001 10000 110110 1000100 110010

Color Harmonies of #D5C329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C329

Black with #D5C329

Text Example


Text Example

White with #D5C329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C329; }

 p { color: rgb(213,195,41); }

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

background-color css

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

 a { background-color: rgb(213,195,41); }

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

border-color css

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

 span { border-color: rgb(213,195,41); }

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