Html Css Color HEX #DCD714 Barberry

📋 copy color: '#DCD714'

red 220 ◦ green 215 ◦ blue 20

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

Shades of Barberry #DCD714

Tints of Barberry #DCD714

RGB

 RED value IS 220 (86.33% from 255) = 48.35%

 GREEN value IS 215 (84.38% from 255) = 47.25%

 BLUE value IS 20 (8.2% from 255) = 4.4%

R = 48.35%
G = 47.25%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCD714 (or 0xDCD714) is known color: Barberry. HEX triplet: DC, D7 and 14. RGB value is (220,215,20). Sum of RGB (Red+Green+Blue) = 220+215+20=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD714 is #2328EB. Grayscale: #C3C3C3. Windows color (decimal): -2304236 or 1365980. OLE color: 1365980.

HSL color Cylindrical-coordinate representation of color #DCD714: hue angle of 58.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCD714 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 20 -
CMYK 0 0.02 0.91 0.14
HSL 58.5º 0.83% 0.47% -
HSV(B) 58.5º 0.91% 0.86% -
XYZ 53.94 63.87 10.15 -
YUV 194.27 29.66 146.36 -
System Red Green Blue C M Y K H S L
Decimal 220 215 20 0 0.02 0.91 0.14 58.5 0.83 0.47
Hex DC D7 14 0 2 5B E 3A 53 2F
Octal 334 327 24 0 2 133 16 72 123 57
Binary 11011100 11010111 10100 0 10 1011011 1110 111010 1010011 101111

Color Harmonies of #DCD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD714

Black with #DCD714

Text Example


Text Example

White with #DCD714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD714; }

 p { color: rgb(220,215,20); }

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

background-color css

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

 a { background-color: rgb(220,215,20); }

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

border-color css

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

 span { border-color: rgb(220,215,20); }

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