Html Css Color HEX #D5DC0F Barberry

📋 copy color: '#D5DC0F'

red 213 ◦ green 220 ◦ blue 15

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

Shades of Barberry #D5DC0F

Tints of Barberry #D5DC0F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.11%

 BLUE value IS 15 (6.25% from 255) = 3.35%

R = 47.54%
G = 49.11%
B = 3.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#D5DC0F (or 0xD5DC0F) is known color: Barberry. HEX triplet: D5, DC and 0F. RGB value is (213,220,15). Sum of RGB (Red+Green+Blue) = 213+220+15=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5DC0F is #2A23F0. Grayscale: #C3C3C3. Windows color (decimal): -2761713 or 1039573. OLE color: 1039573.

HSL color Cylindrical-coordinate representation of color #D5DC0F: hue angle of 62.05º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5DC0F is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 15 -
CMYK 0.03 0 0.93 0.14
HSL 62.05º 0.87% 0.46% -
HSV(B) 62.05º 0.93% 0.86% -
XYZ 53.12 65.37 10.27 -
YUV 194.54 26.68 141.17 -
System Red Green Blue C M Y K H S L
Decimal 213 220 15 0.03 0 0.93 0.14 62.05 0.87 0.46
Hex D5 DC F 3 0 5D E 3E 57 2E
Octal 325 334 17 3 0 135 16 76 127 56
Binary 11010101 11011100 1111 11 0 1011101 1110 111110 1010111 101110

Color Harmonies of #D5DC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DC0F

Black with #D5DC0F

Text Example


Text Example

White with #D5DC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DC0F; }

 p { color: rgb(213,220,15); }

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

background-color css

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

 a { background-color: rgb(213,220,15); }

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

border-color css

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

 span { border-color: rgb(213,220,15); }

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