Html Css Color HEX #D5C31C Barberry

📋 copy color: '#D5C31C'

red 213 ◦ green 195 ◦ blue 28

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

Shades of Barberry #D5C31C

Tints of Barberry #D5C31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 48.85%
G = 44.72%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5C31C (or 0xD5C31C) is known color: Barberry. HEX triplet: D5, C3 and 1C. RGB value is (213,195,28). Sum of RGB (Red+Green+Blue) = 213+195+28=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C31C is #2A3CE3. Grayscale: #B6B6B6. Windows color (decimal): -2768100 or 1885141. OLE color: 1885141.

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

Color convert

RGB 213 195 28 -
CMYK 0 0.08 0.87 0.16
HSL 54.16º 0.77% 0.47% -
HSV(B) 54.16º 0.87% 0.84% -
XYZ 47.17 53.26 8.89 -
YUV 181.34 41.46 150.58 -
System Red Green Blue C M Y K H S L
Decimal 213 195 28 0 0.08 0.87 0.16 54.16 0.77 0.47
Hex D5 C3 1C 0 8 57 10 36 4D 2F
Octal 325 303 34 0 10 127 20 66 115 57
Binary 11010101 11000011 11100 0 1000 1010111 10000 110110 1001101 101111

Color Harmonies of #D5C31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C31C

Black with #D5C31C

Text Example


Text Example

White with #D5C31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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