Html Css Color HEX #DCC91F Barberry

📋 copy color: '#DCC91F'

red 220 ◦ green 201 ◦ blue 31

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

Shades of Barberry #DCC91F

Tints of Barberry #DCC91F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.47%

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

R = 48.67%
G = 44.47%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCC91F (or 0xDCC91F) is known color: Barberry. HEX triplet: DC, C9 and 1F. RGB value is (220,201,31). Sum of RGB (Red+Green+Blue) = 220+201+31=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC91F is #2336E0. Grayscale: #BBBBBB. Windows color (decimal): -2307809 or 2083292. OLE color: 2083292.

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

Color convert

RGB 220 201 31 -
CMYK 0 0.09 0.86 0.14
HSL 53.97º 0.75% 0.49% -
HSV(B) 53.97º 0.86% 0.86% -
XYZ 50.65 57.09 9.65 -
YUV 187.3 39.79 151.32 -
System Red Green Blue C M Y K H S L
Decimal 220 201 31 0 0.09 0.86 0.14 53.97 0.75 0.49
Hex DC C9 1F 0 9 56 E 36 4B 31
Octal 334 311 37 0 11 126 16 66 113 61
Binary 11011100 11001001 11111 0 1001 1010110 1110 110110 1001011 110001

Color Harmonies of #DCC91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC91F

Black with #DCC91F

Text Example


Text Example

White with #DCC91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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