Html Css Color HEX #D5C32D Barberry

📋 copy color: '#D5C32D'

red 213 ◦ green 195 ◦ blue 45

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

Shades of Barberry #D5C32D

Tints of Barberry #D5C32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.93%

R = 47.02%
G = 43.05%
B = 9.93%

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

#D5C32D (or 0xD5C32D) is known color: Barberry. HEX triplet: D5, C3 and 2D. RGB value is (213,195,45). Sum of RGB (Red+Green+Blue) = 213+195+45=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C32D is #2A3CD2. Grayscale: #B7B7B7. Windows color (decimal): -2768083 or 2999253. OLE color: 2999253.

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

Color convert

RGB 213 195 45 -
CMYK 0 0.08 0.79 0.16
HSL 53.57º 0.67% 0.51% -
HSV(B) 53.57º 0.79% 0.84% -
XYZ 47.43 53.37 10.28 -
YUV 183.28 49.96 149.2 -
System Red Green Blue C M Y K H S L
Decimal 213 195 45 0 0.08 0.79 0.16 53.57 0.67 0.51
Hex D5 C3 2D 0 8 4F 10 36 43 33
Octal 325 303 55 0 10 117 20 66 103 63
Binary 11010101 11000011 101101 0 1000 1001111 10000 110110 1000011 110011

Color Harmonies of #D5C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C32D

Black with #D5C32D

Text Example


Text Example

White with #D5C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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