Html Css Color HEX #DCC62B Barberry

📋 copy color: '#DCC62B'

red 220 ◦ green 198 ◦ blue 43

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

Shades of Barberry #DCC62B

Tints of Barberry #DCC62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.33%

R = 47.72%
G = 42.95%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCC62B (or 0xDCC62B) is known color: Barberry. HEX triplet: DC, C6 and 2B. RGB value is (220,198,43). Sum of RGB (Red+Green+Blue) = 220+198+43=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC62B is #2339D4. Grayscale: #BBBBBB. Windows color (decimal): -2308565 or 2868956. OLE color: 2868956.

HSL color Cylindrical-coordinate representation of color #DCC62B: hue angle of 52.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCC62B is Cyan = 0, Magento = 0.1, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 43 -
CMYK 0 0.1 0.80 0.14
HSL 52.54º 0.72% 0.52% -
HSV(B) 52.54º 0.8% 0.86% -
XYZ 50.15 55.78 10.41 -
YUV 186.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 220 198 43 0 0.1 0.80 0.14 52.54 0.72 0.52
Hex DC C6 2B 0 A 50 E 35 48 34
Octal 334 306 53 0 12 120 16 65 110 64
Binary 11011100 11000110 101011 0 1010 1010000 1110 110101 1001000 110100

Color Harmonies of #DCC62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC62B

Black with #DCC62B

Text Example


Text Example

White with #DCC62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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