Html Css Color HEX #DCDD17 Barberry

📋 copy color: '#DCDD17'

red 220 ◦ green 221 ◦ blue 23

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

Shades of Barberry #DCDD17

Tints of Barberry #DCDD17

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.63%

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

R = 47.41%
G = 47.63%
B = 4.96%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DCDD17 (or 0xDCDD17) is known color: Barberry. HEX triplet: DC, DD and 17. RGB value is (220,221,23). Sum of RGB (Red+Green+Blue) = 220+221+23=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD17 is #2322E8. Grayscale: #C6C6C6. Windows color (decimal): -2302697 or 1564124. OLE color: 1564124.

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

Color convert

RGB 220 221 23 -
CMYK 0.00 0 0.90 0.13
HSL 60.3º 0.81% 0.48% -
HSV(B) 60.3º 0.9% 0.87% -
XYZ 55.53 66.99 10.81 -
YUV 198.13 29.17 143.6 -
System Red Green Blue C M Y K H S L
Decimal 220 221 23 0.00 0 0.90 0.13 60.3 0.81 0.48
Hex DC DD 17 0 0 5A D 3C 51 30
Octal 334 335 27 0 0 132 15 74 121 60
Binary 11011100 11011101 10111 0 0 1011010 1101 111100 1010001 110000

Color Harmonies of #DCDD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD17

Black with #DCDD17

Text Example


Text Example

White with #DCDD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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