Html Css Color HEX #DCD622 Barberry

📋 copy color: '#DCD622'

red 220 ◦ green 214 ◦ blue 34

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

Shades of Barberry #DCD622

Tints of Barberry #DCD622

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 47.01%
G = 45.73%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD622 (or 0xDCD622) is known color: Barberry. HEX triplet: DC, D6 and 22. RGB value is (220,214,34). Sum of RGB (Red+Green+Blue) = 220+214+34=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD622 is #2329DD. Grayscale: #C4C4C4. Windows color (decimal): -2304478 or 2283228. OLE color: 2283228.

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

Color convert

RGB 220 214 34 -
CMYK 0 0.03 0.85 0.14
HSL 58.06º 0.73% 0.5% -
HSV(B) 58.06º 0.85% 0.86% -
XYZ 53.85 63.42 10.92 -
YUV 195.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 220 214 34 0 0.03 0.85 0.14 58.06 0.73 0.5
Hex DC D6 22 0 3 55 E 3A 49 32
Octal 334 326 42 0 3 125 16 72 111 62
Binary 11011100 11010110 100010 0 11 1010101 1110 111010 1001001 110010

Color Harmonies of #DCD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD622

Black with #DCD622

Text Example


Text Example

White with #DCD622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD622; }

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

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

background-color css

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

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

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

border-color css

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

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

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