Html Css Color HEX #DCDD0D Barberry

📋 copy color: '#DCDD0D'

red 220 ◦ green 221 ◦ blue 13

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

Shades of Barberry #DCDD0D

Tints of Barberry #DCDD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.86%

R = 48.46%
G = 48.68%
B = 2.86%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DCDD0D (or 0xDCDD0D) is known color: Barberry. HEX triplet: DC, DD and 0D. RGB value is (220,221,13). Sum of RGB (Red+Green+Blue) = 220+221+13=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD0D is #2322F2. Grayscale: #C5C5C5. Windows color (decimal): -2302707 or 908764. OLE color: 908764.

HSL color Cylindrical-coordinate representation of color #DCDD0D: hue angle of 60.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCDD0D is Cyan = 0.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 13 -
CMYK 0.00 0 0.94 0.13
HSL 60.29º 0.89% 0.46% -
HSV(B) 60.29º 0.94% 0.87% -
XYZ 55.44 66.96 10.38 -
YUV 196.99 24.17 144.41 -
System Red Green Blue C M Y K H S L
Decimal 220 221 13 0.00 0 0.94 0.13 60.29 0.89 0.46
Hex DC DD D 0 0 5E D 3C 59 2E
Octal 334 335 15 0 0 136 15 74 131 56
Binary 11011100 11011101 1101 0 0 1011110 1101 111100 1011001 101110

Color Harmonies of #DCDD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD0D

Black with #DCDD0D

Text Example


Text Example

White with #DCDD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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