Html Css Color HEX #DCD022 Barberry

📋 copy color: '#DCD022'

red 220 ◦ green 208 ◦ blue 34

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

Shades of Barberry #DCD022

Tints of Barberry #DCD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

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

R = 47.62%
G = 45.02%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DCD022 (or 0xDCD022) is known color: Barberry. HEX triplet: DC, D0 and 22. RGB value is (220,208,34). Sum of RGB (Red+Green+Blue) = 220+208+34=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD022 is #232FDD. Grayscale: #C0C0C0. Windows color (decimal): -2306014 or 2281692. OLE color: 2281692.

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

Color convert

RGB 220 208 34 -
CMYK 0 0.05 0.85 0.14
HSL 56.13º 0.73% 0.5% -
HSV(B) 56.13º 0.85% 0.86% -
XYZ 52.36 60.44 10.42 -
YUV 191.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 220 208 34 0 0.05 0.85 0.14 56.13 0.73 0.5
Hex DC D0 22 0 5 55 E 38 49 32
Octal 334 320 42 0 5 125 16 70 111 62
Binary 11011100 11010000 100010 0 101 1010101 1110 111000 1001001 110010

Color Harmonies of #DCD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD022

Black with #DCD022

Text Example


Text Example

White with #DCD022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD022; }

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

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

background-color css

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

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

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

border-color css

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

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

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