Html Css Color HEX #DCC726 Barberry

📋 copy color: '#DCC726'

red 220 ◦ green 199 ◦ blue 38

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

Shades of Barberry #DCC726

Tints of Barberry #DCC726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.32%

R = 48.14%
G = 43.54%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC726 (or 0xDCC726) is known color: Barberry. HEX triplet: DC, C7 and 26. RGB value is (220,199,38). Sum of RGB (Red+Green+Blue) = 220+199+38=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC726 is #2338D9. Grayscale: #BBBBBB. Windows color (decimal): -2308314 or 2541532. OLE color: 2541532.

HSL color Cylindrical-coordinate representation of color #DCC726: hue angle of 53.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCC726 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 38 -
CMYK 0 0.10 0.83 0.14
HSL 53.08º 0.72% 0.51% -
HSV(B) 53.08º 0.83% 0.86% -
XYZ 50.29 56.2 10.03 -
YUV 186.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 220 199 38 0 0.10 0.83 0.14 53.08 0.72 0.51
Hex DC C7 26 0 A 53 E 35 48 33
Octal 334 307 46 0 12 123 16 65 110 63
Binary 11011100 11000111 100110 0 1010 1010011 1110 110101 1001000 110011

Color Harmonies of #DCC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC726

Black with #DCC726

Text Example


Text Example

White with #DCC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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