Html Css Color HEX #DCD217 Barberry

📋 copy color: '#DCD217'

red 220 ◦ green 210 ◦ blue 23

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

Shades of Barberry #DCD217

Tints of Barberry #DCD217

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.36%

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

R = 48.57%
G = 46.36%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCD217 (or 0xDCD217) is known color: Barberry. HEX triplet: DC, D2 and 17. RGB value is (220,210,23). Sum of RGB (Red+Green+Blue) = 220+210+23=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 210 (82.42% from 255 or 46.36% from 453); Blue value is 23 (9.38% from 255 or 5.08% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD217 is #232DE8. Grayscale: #C0C0C0. Windows color (decimal): -2305513 or 1561308. OLE color: 1561308.

HSL color Cylindrical-coordinate representation of color #DCD217: hue angle of 56.95º 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 #DCD217 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 210 23 -
CMYK 0 0.05 0.90 0.14
HSL 56.95º 0.81% 0.48% -
HSV(B) 56.95º 0.9% 0.86% -
XYZ 52.72 61.37 9.88 -
YUV 191.67 32.81 148.21 -
System Red Green Blue C M Y K H S L
Decimal 220 210 23 0 0.05 0.90 0.14 56.95 0.81 0.48
Hex DC D2 17 0 5 5A E 39 51 30
Octal 334 322 27 0 5 132 16 71 121 60
Binary 11011100 11010010 10111 0 101 1011010 1110 111001 1010001 110000

Color Harmonies of #DCD217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD217

Black with #DCD217

Text Example


Text Example

White with #DCD217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD217; }

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

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

background-color css

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

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

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

border-color css

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

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

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