Html Css Color HEX #D5C32C Barberry

📋 copy color: '#D5C32C'

red 213 ◦ green 195 ◦ blue 44

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

Shades of Barberry #D5C32C

Tints of Barberry #D5C32C

RGB

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

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

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

R = 47.12%
G = 43.14%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5C32C (or 0xD5C32C) is known color: Barberry. HEX triplet: D5, C3 and 2C. RGB value is (213,195,44). Sum of RGB (Red+Green+Blue) = 213+195+44=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C32C is #2A3CD3. Grayscale: #B7B7B7. Windows color (decimal): -2768084 or 2933717. OLE color: 2933717.

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

Color convert

RGB 213 195 44 -
CMYK 0 0.08 0.79 0.16
HSL 53.61º 0.67% 0.5% -
HSV(B) 53.61º 0.79% 0.84% -
XYZ 47.41 53.36 10.18 -
YUV 183.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 213 195 44 0 0.08 0.79 0.16 53.61 0.67 0.5
Hex D5 C3 2C 0 8 4F 10 36 43 32
Octal 325 303 54 0 10 117 20 66 103 62
Binary 11010101 11000011 101100 0 1000 1001111 10000 110110 1000011 110010

Color Harmonies of #D5C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C32C

Black with #D5C32C

Text Example


Text Example

White with #D5C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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