Html Css Color HEX #D5C71C Barberry

📋 copy color: '#D5C71C'

red 213 ◦ green 199 ◦ blue 28

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

Shades of Barberry #D5C71C

Tints of Barberry #D5C71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.23%

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

R = 48.41%
G = 45.23%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5C71C (or 0xD5C71C) is known color: Barberry. HEX triplet: D5, C7 and 1C. RGB value is (213,199,28). Sum of RGB (Red+Green+Blue) = 213+199+28=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C71C is #2A38E3. Grayscale: #B8B8B8. Windows color (decimal): -2767076 or 1886165. OLE color: 1886165.

HSL color Cylindrical-coordinate representation of color #D5C71C: hue angle of 55.46º 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 #D5C71C is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 28 -
CMYK 0 0.07 0.87 0.16
HSL 55.46º 0.77% 0.47% -
HSV(B) 55.46º 0.87% 0.84% -
XYZ 48.07 55.08 9.2 -
YUV 183.69 40.14 148.9 -
System Red Green Blue C M Y K H S L
Decimal 213 199 28 0 0.07 0.87 0.16 55.46 0.77 0.47
Hex D5 C7 1C 0 7 57 10 37 4D 2F
Octal 325 307 34 0 7 127 20 67 115 57
Binary 11010101 11000111 11100 0 111 1010111 10000 110111 1001101 101111

Color Harmonies of #D5C71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C71C

Black with #D5C71C

Text Example


Text Example

White with #D5C71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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