Html Css Color HEX #DCD01F Barberry

📋 copy color: '#DCD01F'

red 220 ◦ green 208 ◦ blue 31

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

Shades of Barberry #DCD01F

Tints of Barberry #DCD01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.75%

R = 47.93%
G = 45.32%
B = 6.75%

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

#DCD01F (or 0xDCD01F) is known color: Barberry. HEX triplet: DC, D0 and 1F. RGB value is (220,208,31). Sum of RGB (Red+Green+Blue) = 220+208+31=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 31 (12.5% from 255 or 6.75% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD01F is #232FE0. Grayscale: #C0C0C0. Windows color (decimal): -2306017 or 2085084. OLE color: 2085084.

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

Color convert

RGB 220 208 31 -
CMYK 0 0.05 0.86 0.14
HSL 56.19º 0.75% 0.49% -
HSV(B) 56.19º 0.86% 0.86% -
XYZ 52.32 60.43 10.2 -
YUV 191.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 220 208 31 0 0.05 0.86 0.14 56.19 0.75 0.49
Hex DC D0 1F 0 5 56 E 38 4B 31
Octal 334 320 37 0 5 126 16 70 113 61
Binary 11011100 11010000 11111 0 101 1010110 1110 111000 1001011 110001

Color Harmonies of #DCD01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD01F

Black with #DCD01F

Text Example


Text Example

White with #DCD01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD01F; }

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

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

background-color css

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

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

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

border-color css

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

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

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