Html Css Color HEX #DCD623 Barberry

📋 copy color: '#DCD623'

red 220 ◦ green 214 ◦ blue 35

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

Shades of Barberry #DCD623

Tints of Barberry #DCD623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.46%

R = 46.91%
G = 45.63%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCD623 (or 0xDCD623) is known color: Barberry. HEX triplet: DC, D6 and 23. RGB value is (220,214,35). Sum of RGB (Red+Green+Blue) = 220+214+35=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD623 is #2329DC. Grayscale: #C4C4C4. Windows color (decimal): -2304477 or 2348764. OLE color: 2348764.

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

Color convert

RGB 220 214 35 -
CMYK 0 0.03 0.84 0.14
HSL 58.05º 0.73% 0.5% -
HSV(B) 58.05º 0.84% 0.86% -
XYZ 53.87 63.43 10.99 -
YUV 195.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 220 214 35 0 0.03 0.84 0.14 58.05 0.73 0.5
Hex DC D6 23 0 3 54 E 3A 49 32
Octal 334 326 43 0 3 124 16 72 111 62
Binary 11011100 11010110 100011 0 11 1010100 1110 111010 1001001 110010

Color Harmonies of #DCD623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD623

Black with #DCD623

Text Example


Text Example

White with #DCD623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD623; }

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

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

background-color css

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

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

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

border-color css

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

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

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