Html Css Color HEX #DCCD1F Barberry

📋 copy color: '#DCCD1F'

red 220 ◦ green 205 ◦ blue 31

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

Shades of Barberry #DCCD1F

Tints of Barberry #DCCD1F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

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

R = 48.25%
G = 44.96%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCCD1F (or 0xDCCD1F) is known color: Barberry. HEX triplet: DC, CD and 1F. RGB value is (220,205,31). Sum of RGB (Red+Green+Blue) = 220+205+31=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD1F is #2332E0. Grayscale: #BEBEBE. Windows color (decimal): -2306785 or 2084316. OLE color: 2084316.

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

Color convert

RGB 220 205 31 -
CMYK 0 0.07 0.86 0.14
HSL 55.24º 0.75% 0.49% -
HSV(B) 55.24º 0.86% 0.86% -
XYZ 51.59 58.98 9.96 -
YUV 189.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 220 205 31 0 0.07 0.86 0.14 55.24 0.75 0.49
Hex DC CD 1F 0 7 56 E 37 4B 31
Octal 334 315 37 0 7 126 16 67 113 61
Binary 11011100 11001101 11111 0 111 1010110 1110 110111 1001011 110001

Color Harmonies of #DCCD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD1F

Black with #DCCD1F

Text Example


Text Example

White with #DCCD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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