Html Css Color HEX #DCDA1D Barberry

📋 copy color: '#DCDA1D'

red 220 ◦ green 218 ◦ blue 29

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

Shades of Barberry #DCDA1D

Tints of Barberry #DCDA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.21%

R = 47.11%
G = 46.68%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCDA1D (or 0xDCDA1D) is known color: Barberry. HEX triplet: DC, DA and 1D. RGB value is (220,218,29). Sum of RGB (Red+Green+Blue) = 220+218+29=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA1D is #2325E2. Grayscale: #C5C5C5. Windows color (decimal): -2303459 or 1956572. OLE color: 1956572.

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

Color convert

RGB 220 218 29 -
CMYK 0 0.01 0.87 0.14
HSL 59.37º 0.77% 0.49% -
HSV(B) 59.37º 0.87% 0.86% -
XYZ 54.81 65.45 10.91 -
YUV 197.05 33.16 144.37 -
System Red Green Blue C M Y K H S L
Decimal 220 218 29 0 0.01 0.87 0.14 59.37 0.77 0.49
Hex DC DA 1D 0 1 57 E 3B 4D 31
Octal 334 332 35 0 1 127 16 73 115 61
Binary 11011100 11011010 11101 0 1 1010111 1110 111011 1001101 110001

Color Harmonies of #DCDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA1D

Black with #DCDA1D

Text Example


Text Example

White with #DCDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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