Html Css Color HEX #DCD422 Barberry

📋 copy color: '#DCD422'

red 220 ◦ green 212 ◦ blue 34

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

Shades of Barberry #DCD422

Tints of Barberry #DCD422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.3%

R = 47.21%
G = 45.49%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD422 (or 0xDCD422) is known color: Barberry. HEX triplet: DC, D4 and 22. RGB value is (220,212,34). Sum of RGB (Red+Green+Blue) = 220+212+34=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD422 is #232BDD. Grayscale: #C2C2C2. Windows color (decimal): -2304990 or 2282716. OLE color: 2282716.

HSL color Cylindrical-coordinate representation of color #DCD422: hue angle of 57.42º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCD422 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 212 34 -
CMYK 0 0.04 0.85 0.14
HSL 57.42º 0.73% 0.5% -
HSV(B) 57.42º 0.85% 0.86% -
XYZ 53.35 62.42 10.75 -
YUV 194.1 37.65 146.47 -
System Red Green Blue C M Y K H S L
Decimal 220 212 34 0 0.04 0.85 0.14 57.42 0.73 0.5
Hex DC D4 22 0 4 55 E 39 49 32
Octal 334 324 42 0 4 125 16 71 111 62
Binary 11011100 11010100 100010 0 100 1010101 1110 111001 1001001 110010

Color Harmonies of #DCD422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD422

Black with #DCD422

Text Example


Text Example

White with #DCD422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD422; }

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

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

background-color css

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

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

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

border-color css

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

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

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