Html Css Color HEX #DCC62A Barberry

📋 copy color: '#DCC62A'

red 220 ◦ green 198 ◦ blue 42

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

Shades of Barberry #DCC62A

Tints of Barberry #DCC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.04%

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

R = 47.83%
G = 43.04%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCC62A (or 0xDCC62A) is known color: Barberry. HEX triplet: DC, C6 and 2A. RGB value is (220,198,42). Sum of RGB (Red+Green+Blue) = 220+198+42=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 42 (16.80% from 255 or 9.13% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC62A is #2339D5. Grayscale: #BBBBBB. Windows color (decimal): -2308566 or 2803420. OLE color: 2803420.

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

Color convert

RGB 220 198 42 -
CMYK 0 0.1 0.81 0.14
HSL 52.58º 0.72% 0.51% -
HSV(B) 52.58º 0.81% 0.86% -
XYZ 50.13 55.77 10.31 -
YUV 186.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 220 198 42 0 0.1 0.81 0.14 52.58 0.72 0.51
Hex DC C6 2A 0 A 51 E 35 48 33
Octal 334 306 52 0 12 121 16 65 110 63
Binary 11011100 11000110 101010 0 1010 1010001 1110 110101 1001000 110011

Color Harmonies of #DCC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC62A

Black with #DCC62A

Text Example


Text Example

White with #DCC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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