Html Css Color HEX #DCD01E Barberry

📋 copy color: '#DCD01E'

red 220 ◦ green 208 ◦ blue 30

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

Shades of Barberry #DCD01E

Tints of Barberry #DCD01E

RGB

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

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

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

R = 48.03%
G = 45.41%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCD01E (or 0xDCD01E) is known color: Barberry. HEX triplet: DC, D0 and 1E. RGB value is (220,208,30). Sum of RGB (Red+Green+Blue) = 220+208+30=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD01E is #232FE1. Grayscale: #C0C0C0. Windows color (decimal): -2306018 or 2019548. OLE color: 2019548.

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

Color convert

RGB 220 208 30 -
CMYK 0 0.05 0.86 0.14
HSL 56.21º 0.76% 0.49% -
HSV(B) 56.21º 0.86% 0.86% -
XYZ 52.31 60.42 10.13 -
YUV 191.3 36.98 148.47 -
System Red Green Blue C M Y K H S L
Decimal 220 208 30 0 0.05 0.86 0.14 56.21 0.76 0.49
Hex DC D0 1E 0 5 56 E 38 4C 31
Octal 334 320 36 0 5 126 16 70 114 61
Binary 11011100 11010000 11110 0 101 1010110 1110 111000 1001100 110001

Color Harmonies of #DCD01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD01E

Black with #DCD01E

Text Example


Text Example

White with #DCD01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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