Html Css Color HEX #DCC62D Barberry

📋 copy color: '#DCC62D'

red 220 ◦ green 198 ◦ blue 45

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

Shades of Barberry #DCC62D

Tints of Barberry #DCC62D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.72%

R = 47.52%
G = 42.76%
B = 9.72%

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

#DCC62D (or 0xDCC62D) is known color: Barberry. HEX triplet: DC, C6 and 2D. RGB value is (220,198,45). Sum of RGB (Red+Green+Blue) = 220+198+45=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC62D is #2339D2. Grayscale: #BBBBBB. Windows color (decimal): -2308563 or 3000028. OLE color: 3000028.

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

Color convert

RGB 220 198 45 -
CMYK 0 0.1 0.80 0.14
HSL 52.46º 0.71% 0.52% -
HSV(B) 52.46º 0.8% 0.86% -
XYZ 50.18 55.79 10.61 -
YUV 187.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 220 198 45 0 0.1 0.80 0.14 52.46 0.71 0.52
Hex DC C6 2D 0 A 50 E 34 47 34
Octal 334 306 55 0 12 120 16 64 107 64
Binary 11011100 11000110 101101 0 1010 1010000 1110 110100 1000111 110100

Color Harmonies of #DCC62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC62D

Black with #DCC62D

Text Example


Text Example

White with #DCC62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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