Html Css Color HEX #DCD90C Barberry

📋 copy color: '#DCD90C'

red 220 ◦ green 217 ◦ blue 12

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

Shades of Barberry #DCD90C

Tints of Barberry #DCD90C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.33%

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

R = 49%
G = 48.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCD90C (or 0xDCD90C) is known color: Barberry. HEX triplet: DC, D9 and 0C. RGB value is (220,217,12). Sum of RGB (Red+Green+Blue) = 220+217+12=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD90C is #2326F3. Grayscale: #C3C3C3. Windows color (decimal): -2303732 or 842204. OLE color: 842204.

HSL color Cylindrical-coordinate representation of color #DCD90C: hue angle of 59.13º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCD90C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 12 -
CMYK 0 0.01 0.95 0.14
HSL 59.13º 0.9% 0.45% -
HSV(B) 59.13º 0.95% 0.86% -
XYZ 54.39 64.87 10 -
YUV 194.53 24.99 146.17 -
System Red Green Blue C M Y K H S L
Decimal 220 217 12 0 0.01 0.95 0.14 59.13 0.9 0.45
Hex DC D9 C 0 1 5F E 3B 5A 2D
Octal 334 331 14 0 1 137 16 73 132 55
Binary 11011100 11011001 1100 0 1 1011111 1110 111011 1011010 101101

Color Harmonies of #DCD90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD90C

Black with #DCD90C

Text Example


Text Example

White with #DCD90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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