Html Css Color HEX #DCD417 Barberry

📋 copy color: '#DCD417'

red 220 ◦ green 212 ◦ blue 23

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

Shades of Barberry #DCD417

Tints of Barberry #DCD417

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

 BLUE value IS 23 (9.38% from 255) = 5.05%

R = 48.35%
G = 46.59%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD417 (or 0xDCD417) is known color: Barberry. HEX triplet: DC, D4 and 17. RGB value is (220,212,23). Sum of RGB (Red+Green+Blue) = 220+212+23=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 23 (9.38% from 255 or 5.05% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD417 is #232BE8. Grayscale: #C1C1C1. Windows color (decimal): -2305001 or 1561820. OLE color: 1561820.

HSL color Cylindrical-coordinate representation of color #DCD417: hue angle of 57.56º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCD417 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 23 -
CMYK 0 0.04 0.90 0.14
HSL 57.56º 0.81% 0.48% -
HSV(B) 57.56º 0.9% 0.86% -
XYZ 53.21 62.36 10.04 -
YUV 192.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 220 212 23 0 0.04 0.90 0.14 57.56 0.81 0.48
Hex DC D4 17 0 4 5A E 3A 51 30
Octal 334 324 27 0 4 132 16 72 121 60
Binary 11011100 11010100 10111 0 100 1011010 1110 111010 1010001 110000

Color Harmonies of #DCD417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD417

Black with #DCD417

Text Example


Text Example

White with #DCD417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD417; }

 p { color: rgb(220,212,23); }

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

background-color css

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

 a { background-color: rgb(220,212,23); }

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

border-color css

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

 span { border-color: rgb(220,212,23); }

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