Html Css Color HEX #DCD712 Barberry

📋 copy color: '#DCD712'

red 220 ◦ green 215 ◦ blue 18

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

Shades of Barberry #DCD712

Tints of Barberry #DCD712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.46%

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 48.57%
G = 47.46%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCD712 (or 0xDCD712) is known color: Barberry. HEX triplet: DC, D7 and 12. RGB value is (220,215,18). Sum of RGB (Red+Green+Blue) = 220+215+18=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD712 is #2328ED. Grayscale: #C2C2C2. Windows color (decimal): -2304238 or 1234908. OLE color: 1234908.

HSL color Cylindrical-coordinate representation of color #DCD712: hue angle of 58.51º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCD712 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 18 -
CMYK 0 0.02 0.92 0.14
HSL 58.51º 0.85% 0.47% -
HSV(B) 58.51º 0.92% 0.86% -
XYZ 53.92 63.86 10.06 -
YUV 194.04 28.66 146.52 -
System Red Green Blue C M Y K H S L
Decimal 220 215 18 0 0.02 0.92 0.14 58.51 0.85 0.47
Hex DC D7 12 0 2 5C E 3B 55 2F
Octal 334 327 22 0 2 134 16 73 125 57
Binary 11011100 11010111 10010 0 10 1011100 1110 111011 1010101 101111

Color Harmonies of #DCD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD712

Black with #DCD712

Text Example


Text Example

White with #DCD712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD712; }

 p { color: rgb(220,215,18); }

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

background-color css

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

 a { background-color: rgb(220,215,18); }

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

border-color css

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

 span { border-color: rgb(220,215,18); }

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