Html Css Color HEX #DCD61E Barberry

📋 copy color: '#DCD61E'

red 220 ◦ green 214 ◦ blue 30

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

Shades of Barberry #DCD61E

Tints of Barberry #DCD61E

RGB

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

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

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

R = 47.41%
G = 46.12%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCD61E (or 0xDCD61E) is known color: Barberry. HEX triplet: DC, D6 and 1E. RGB value is (220,214,30). Sum of RGB (Red+Green+Blue) = 220+214+30=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD61E is #2329E1. Grayscale: #C3C3C3. Windows color (decimal): -2304482 or 2021084. OLE color: 2021084.

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

Color convert

RGB 220 214 30 -
CMYK 0 0.03 0.86 0.14
HSL 58.11º 0.76% 0.49% -
HSV(B) 58.11º 0.86% 0.86% -
XYZ 53.8 63.4 10.63 -
YUV 194.82 34.99 145.96 -
System Red Green Blue C M Y K H S L
Decimal 220 214 30 0 0.03 0.86 0.14 58.11 0.76 0.49
Hex DC D6 1E 0 3 56 E 3A 4C 31
Octal 334 326 36 0 3 126 16 72 114 61
Binary 11011100 11010110 11110 0 11 1010110 1110 111010 1001100 110001

Color Harmonies of #DCD61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD61E

Black with #DCD61E

Text Example


Text Example

White with #DCD61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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