Html Css Color HEX #DCC629 Barberry

📋 copy color: '#DCC629'

red 220 ◦ green 198 ◦ blue 41

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

Shades of Barberry #DCC629

Tints of Barberry #DCC629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.93%

R = 47.93%
G = 43.14%
B = 8.93%

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

#DCC629 (or 0xDCC629) is known color: Barberry. HEX triplet: DC, C6 and 29. RGB value is (220,198,41). Sum of RGB (Red+Green+Blue) = 220+198+41=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC629 is #2339D6. Grayscale: #BBBBBB. Windows color (decimal): -2308567 or 2737884. OLE color: 2737884.

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

Color convert

RGB 220 198 41 -
CMYK 0 0.1 0.81 0.14
HSL 52.63º 0.72% 0.51% -
HSV(B) 52.63º 0.81% 0.86% -
XYZ 50.11 55.76 10.22 -
YUV 186.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 220 198 41 0 0.1 0.81 0.14 52.63 0.72 0.51
Hex DC C6 29 0 A 51 E 35 48 33
Octal 334 306 51 0 12 121 16 65 110 63
Binary 11011100 11000110 101001 0 1010 1010001 1110 110101 1001000 110011

Color Harmonies of #DCC629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC629

Black with #DCC629

Text Example


Text Example

White with #DCC629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC629; }

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

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

background-color css

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

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

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

border-color css

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

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

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