Html Css Color HEX #DCD426 Barberry

📋 copy color: '#DCD426'

red 220 ◦ green 212 ◦ blue 38

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

Shades of Barberry #DCD426

Tints of Barberry #DCD426

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.11%

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

R = 46.81%
G = 45.11%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DCD426 (or 0xDCD426) is known color: Barberry. HEX triplet: DC, D4 and 26. RGB value is (220,212,38). Sum of RGB (Red+Green+Blue) = 220+212+38=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD426 is #232BD9. Grayscale: #C3C3C3. Windows color (decimal): -2304986 or 2544860. OLE color: 2544860.

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

Color convert

RGB 220 212 38 -
CMYK 0 0.04 0.83 0.14
HSL 57.36º 0.72% 0.51% -
HSV(B) 57.36º 0.83% 0.86% -
XYZ 53.41 62.44 11.07 -
YUV 194.56 39.65 146.15 -
System Red Green Blue C M Y K H S L
Decimal 220 212 38 0 0.04 0.83 0.14 57.36 0.72 0.51
Hex DC D4 26 0 4 53 E 39 48 33
Octal 334 324 46 0 4 123 16 71 110 63
Binary 11011100 11010100 100110 0 100 1010011 1110 111001 1001000 110011

Color Harmonies of #DCD426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD426

Black with #DCD426

Text Example


Text Example

White with #DCD426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD426; }

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

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

background-color css

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

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

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

border-color css

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

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

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