Html Css Color HEX #DCDD0C Barberry

📋 copy color: '#DCDD0C'

red 220 ◦ green 221 ◦ blue 12

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

Shades of Barberry #DCDD0C

Tints of Barberry #DCDD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.65%

R = 48.57%
G = 48.79%
B = 2.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DCDD0C (or 0xDCDD0C) is known color: Barberry. HEX triplet: DC, DD and 0C. RGB value is (220,221,12). Sum of RGB (Red+Green+Blue) = 220+221+12=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDD0C is #2322F3. Grayscale: #C5C5C5. Windows color (decimal): -2302708 or 843228. OLE color: 843228.

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

Color convert

RGB 220 221 12 -
CMYK 0.00 0 0.95 0.13
HSL 60.29º 0.9% 0.46% -
HSV(B) 60.29º 0.95% 0.87% -
XYZ 55.44 66.96 10.35 -
YUV 196.88 23.67 144.49 -
System Red Green Blue C M Y K H S L
Decimal 220 221 12 0.00 0 0.95 0.13 60.29 0.9 0.46
Hex DC DD C 0 0 5F D 3C 5A 2E
Octal 334 335 14 0 0 137 15 74 132 56
Binary 11011100 11011101 1100 0 0 1011111 1101 111100 1011010 101110

Color Harmonies of #DCDD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD0C

Black with #DCDD0C

Text Example


Text Example

White with #DCDD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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