Html Css Color HEX #DCC826 Barberry

📋 copy color: '#DCC826'

red 220 ◦ green 200 ◦ blue 38

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

Shades of Barberry #DCC826

Tints of Barberry #DCC826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

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

R = 48.03%
G = 43.67%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC826 (or 0xDCC826) is known color: Barberry. HEX triplet: DC, C8 and 26. RGB value is (220,200,38). Sum of RGB (Red+Green+Blue) = 220+200+38=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 38 (15.23% from 255 or 8.30% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC826 is #2337D9. Grayscale: #BCBCBC. Windows color (decimal): -2308058 or 2541788. OLE color: 2541788.

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

Color convert

RGB 220 200 38 -
CMYK 0 0.09 0.83 0.14
HSL 53.41º 0.72% 0.51% -
HSV(B) 53.41º 0.83% 0.86% -
XYZ 50.52 56.66 10.11 -
YUV 187.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 220 200 38 0 0.09 0.83 0.14 53.41 0.72 0.51
Hex DC C8 26 0 9 53 E 35 48 33
Octal 334 310 46 0 11 123 16 65 110 63
Binary 11011100 11001000 100110 0 1001 1010011 1110 110101 1001000 110011

Color Harmonies of #DCC826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC826

Black with #DCC826

Text Example


Text Example

White with #DCC826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC826; }

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

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

background-color css

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

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

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

border-color css

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

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

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