Html Css Color HEX #D5CC15 Barberry

📋 copy color: '#D5CC15'

red 213 ◦ green 204 ◦ blue 21

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

Shades of Barberry #D5CC15

Tints of Barberry #D5CC15

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.58%

 BLUE value IS 21 (8.59% from 255) = 4.79%

R = 48.63%
G = 46.58%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D5CC15 (or 0xD5CC15) is known color: Barberry. HEX triplet: D5, CC and 15. RGB value is (213,204,21). Sum of RGB (Red+Green+Blue) = 213+204+21=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 21 (8.59% from 255 or 4.79% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CC15 is #2A33EA. Grayscale: #BABABA. Windows color (decimal): -2765803 or 1428693. OLE color: 1428693.

HSL color Cylindrical-coordinate representation of color #D5CC15: hue angle of 57.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5CC15 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 21 -
CMYK 0 0.04 0.90 0.16
HSL 57.19º 0.82% 0.46% -
HSV(B) 57.19º 0.9% 0.84% -
XYZ 49.17 57.39 9.19 -
YUV 185.83 34.98 147.38 -
System Red Green Blue C M Y K H S L
Decimal 213 204 21 0 0.04 0.90 0.16 57.19 0.82 0.46
Hex D5 CC 15 0 4 5A 10 39 52 2E
Octal 325 314 25 0 4 132 20 71 122 56
Binary 11010101 11001100 10101 0 100 1011010 10000 111001 1010010 101110

Color Harmonies of #D5CC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC15

Black with #D5CC15

Text Example


Text Example

White with #D5CC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC15; }

 p { color: rgb(213,204,21); }

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

background-color css

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

 a { background-color: rgb(213,204,21); }

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

border-color css

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

 span { border-color: rgb(213,204,21); }

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