Html Css Color HEX #DCDA1E Barberry

📋 copy color: '#DCDA1E'

red 220 ◦ green 218 ◦ blue 30

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

Shades of Barberry #DCDA1E

Tints of Barberry #DCDA1E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

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

R = 47.01%
G = 46.58%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCDA1E (or 0xDCDA1E) is known color: Barberry. HEX triplet: DC, DA and 1E. RGB value is (220,218,30). Sum of RGB (Red+Green+Blue) = 220+218+30=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 30 (12.11% from 255 or 6.41% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA1E is #2325E1. Grayscale: #C5C5C5. Windows color (decimal): -2303458 or 2022108. OLE color: 2022108.

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

Color convert

RGB 220 218 30 -
CMYK 0 0.01 0.86 0.14
HSL 59.37º 0.76% 0.49% -
HSV(B) 59.37º 0.86% 0.86% -
XYZ 54.82 65.45 10.97 -
YUV 197.17 33.66 144.29 -
System Red Green Blue C M Y K H S L
Decimal 220 218 30 0 0.01 0.86 0.14 59.37 0.76 0.49
Hex DC DA 1E 0 1 56 E 3B 4C 31
Octal 334 332 36 0 1 126 16 73 114 61
Binary 11011100 11011010 11110 0 1 1010110 1110 111011 1001100 110001

Color Harmonies of #DCDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA1E

Black with #DCDA1E

Text Example


Text Example

White with #DCDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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