Html Css Color HEX #DCD41E Barberry

📋 copy color: '#DCD41E'

red 220 ◦ green 212 ◦ blue 30

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

Shades of Barberry #DCD41E

Tints of Barberry #DCD41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.49%

R = 47.62%
G = 45.89%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCD41E (or 0xDCD41E) is known color: Barberry. HEX triplet: DC, D4 and 1E. RGB value is (220,212,30). Sum of RGB (Red+Green+Blue) = 220+212+30=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD41E is #232BE1. Grayscale: #C2C2C2. Windows color (decimal): -2304994 or 2020572. OLE color: 2020572.

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

Color convert

RGB 220 212 30 -
CMYK 0 0.04 0.86 0.14
HSL 57.47º 0.76% 0.49% -
HSV(B) 57.47º 0.86% 0.86% -
XYZ 53.29 62.4 10.46 -
YUV 193.64 35.65 146.8 -
System Red Green Blue C M Y K H S L
Decimal 220 212 30 0 0.04 0.86 0.14 57.47 0.76 0.49
Hex DC D4 1E 0 4 56 E 39 4C 31
Octal 334 324 36 0 4 126 16 71 114 61
Binary 11011100 11010100 11110 0 100 1010110 1110 111001 1001100 110001

Color Harmonies of #DCD41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD41E

Black with #DCD41E

Text Example


Text Example

White with #DCD41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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