Html Css Color HEX #D5C31E Barberry

📋 copy color: '#D5C31E'

red 213 ◦ green 195 ◦ blue 30

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

Shades of Barberry #D5C31E

Tints of Barberry #D5C31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 48.63%
G = 44.52%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5C31E (or 0xD5C31E) is known color: Barberry. HEX triplet: D5, C3 and 1E. RGB value is (213,195,30). Sum of RGB (Red+Green+Blue) = 213+195+30=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 195 (76.56% from 255 or 44.52% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C31E is #2A3CE1. Grayscale: #B6B6B6. Windows color (decimal): -2768098 or 2016213. OLE color: 2016213.

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

Color convert

RGB 213 195 30 -
CMYK 0 0.08 0.86 0.16
HSL 54.1º 0.75% 0.48% -
HSV(B) 54.1º 0.86% 0.84% -
XYZ 47.19 53.27 9.02 -
YUV 181.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 213 195 30 0 0.08 0.86 0.16 54.1 0.75 0.48
Hex D5 C3 1E 0 8 56 10 36 4B 30
Octal 325 303 36 0 10 126 20 66 113 60
Binary 11010101 11000011 11110 0 1000 1010110 10000 110110 1001011 110000

Color Harmonies of #D5C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C31E

Black with #D5C31E

Text Example


Text Example

White with #D5C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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