Html Css Color HEX #DCD70C Barberry

📋 copy color: '#DCD70C'

red 220 ◦ green 215 ◦ blue 12

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

Shades of Barberry #DCD70C

Tints of Barberry #DCD70C

RGB

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

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

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

R = 49.22%
G = 48.1%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCD70C (or 0xDCD70C) is known color: Barberry. HEX triplet: DC, D7 and 0C. RGB value is (220,215,12). Sum of RGB (Red+Green+Blue) = 220+215+12=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD70C is #2328F3. Grayscale: #C2C2C2. Windows color (decimal): -2304244 or 841692. OLE color: 841692.

HSL color Cylindrical-coordinate representation of color #DCD70C: hue angle of 58.56º 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 #DCD70C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 12 -
CMYK 0 0.02 0.95 0.14
HSL 58.56º 0.9% 0.45% -
HSV(B) 58.56º 0.95% 0.86% -
XYZ 53.88 63.84 9.83 -
YUV 193.35 25.66 147.01 -
System Red Green Blue C M Y K H S L
Decimal 220 215 12 0 0.02 0.95 0.14 58.56 0.9 0.45
Hex DC D7 C 0 2 5F E 3B 5A 2D
Octal 334 327 14 0 2 137 16 73 132 55
Binary 11011100 11010111 1100 0 10 1011111 1110 111011 1011010 101101

Color Harmonies of #DCD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD70C

Black with #DCD70C

Text Example


Text Example

White with #DCD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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