Html Css Color HEX #DCC729 Barberry

📋 copy color: '#DCC729'

red 220 ◦ green 199 ◦ blue 41

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

Shades of Barberry #DCC729

Tints of Barberry #DCC729

RGB

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

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

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

R = 47.83%
G = 43.26%
B = 8.91%

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

#DCC729 (or 0xDCC729) is known color: Barberry. HEX triplet: DC, C7 and 29. RGB value is (220,199,41). Sum of RGB (Red+Green+Blue) = 220+199+41=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC729 is #2338D6. Grayscale: #BBBBBB. Windows color (decimal): -2308311 or 2738140. OLE color: 2738140.

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

Color convert

RGB 220 199 41 -
CMYK 0 0.10 0.81 0.14
HSL 52.96º 0.72% 0.51% -
HSV(B) 52.96º 0.81% 0.86% -
XYZ 50.34 56.22 10.3 -
YUV 187.27 45.46 151.35 -
System Red Green Blue C M Y K H S L
Decimal 220 199 41 0 0.10 0.81 0.14 52.96 0.72 0.51
Hex DC C7 29 0 A 51 E 35 48 33
Octal 334 307 51 0 12 121 16 65 110 63
Binary 11011100 11000111 101001 0 1010 1010001 1110 110101 1001000 110011

Color Harmonies of #DCC729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC729

Black with #DCC729

Text Example


Text Example

White with #DCC729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC729; }

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

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

background-color css

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

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

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

border-color css

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

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

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