Html Css Color HEX #DCC626 Barberry

📋 copy color: '#DCC626'

red 220 ◦ green 198 ◦ blue 38

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

Shades of Barberry #DCC626

Tints of Barberry #DCC626

RGB

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

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

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

R = 48.25%
G = 43.42%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCC626 (or 0xDCC626) is known color: Barberry. HEX triplet: DC, C6 and 26. RGB value is (220,198,38). Sum of RGB (Red+Green+Blue) = 220+198+38=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC626 is #2339D9. Grayscale: #BBBBBB. Windows color (decimal): -2308570 or 2541276. OLE color: 2541276.

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

Color convert

RGB 220 198 38 -
CMYK 0 0.1 0.83 0.14
HSL 52.75º 0.72% 0.51% -
HSV(B) 52.75º 0.83% 0.86% -
XYZ 50.06 55.74 9.95 -
YUV 186.34 44.29 152.01 -
System Red Green Blue C M Y K H S L
Decimal 220 198 38 0 0.1 0.83 0.14 52.75 0.72 0.51
Hex DC C6 26 0 A 53 E 35 48 33
Octal 334 306 46 0 12 123 16 65 110 63
Binary 11011100 11000110 100110 0 1010 1010011 1110 110101 1001000 110011

Color Harmonies of #DCC626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC626

Black with #DCC626

Text Example


Text Example

White with #DCC626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC626; }

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

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

background-color css

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

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

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

border-color css

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

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

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