Html Css Color HEX #DCC72A Barberry

📋 copy color: '#DCC72A'

red 220 ◦ green 199 ◦ blue 42

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

Shades of Barberry #DCC72A

Tints of Barberry #DCC72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

 BLUE value IS 42 (16.8% from 255) = 9.11%

R = 47.72%
G = 43.17%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCC72A (or 0xDCC72A) is known color: Barberry. HEX triplet: DC, C7 and 2A. RGB value is (220,199,42). Sum of RGB (Red+Green+Blue) = 220+199+42=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC72A is #2338D5. Grayscale: #BCBCBC. Windows color (decimal): -2308310 or 2803676. OLE color: 2803676.

HSL color Cylindrical-coordinate representation of color #DCC72A: hue angle of 52.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC72A is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 42 -
CMYK 0 0.10 0.81 0.14
HSL 52.92º 0.72% 0.51% -
HSV(B) 52.92º 0.81% 0.86% -
XYZ 50.36 56.23 10.39 -
YUV 187.38 45.96 151.27 -
System Red Green Blue C M Y K H S L
Decimal 220 199 42 0 0.10 0.81 0.14 52.92 0.72 0.51
Hex DC C7 2A 0 A 51 E 35 48 33
Octal 334 307 52 0 12 121 16 65 110 63
Binary 11011100 11000111 101010 0 1010 1010001 1110 110101 1001000 110011

Color Harmonies of #DCC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC72A

Black with #DCC72A

Text Example


Text Example

White with #DCC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC72A; }

 p { color: rgb(220,199,42); }

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

background-color css

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

 a { background-color: rgb(220,199,42); }

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

border-color css

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

 span { border-color: rgb(220,199,42); }

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