Html Css Color HEX #DFCD1F Barberry

📋 copy color: '#DFCD1F'

red 223 ◦ green 205 ◦ blue 31

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

Shades of Barberry #DFCD1F

Tints of Barberry #DFCD1F

RGB

 RED value IS 223 (87.5% from 255) = 48.58%

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

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

R = 48.58%
G = 44.66%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFCD1F (or 0xDFCD1F) is known color: Barberry. HEX triplet: DF, CD and 1F. RGB value is (223,205,31). Sum of RGB (Red+Green+Blue) = 223+205+31=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 31 (12.5% from 255 or 6.75% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD1F is #2032E0. Grayscale: #BFBFBF. Windows color (decimal): -2110177 or 2084319. OLE color: 2084319.

HSL color Cylindrical-coordinate representation of color #DFCD1F: hue angle of 54.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFCD1F is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 31 -
CMYK 0 0.08 0.86 0.13
HSL 54.38º 0.76% 0.5% -
HSV(B) 54.38º 0.86% 0.87% -
XYZ 52.51 59.45 10 -
YUV 190.55 37.96 151.15 -
System Red Green Blue C M Y K H S L
Decimal 223 205 31 0 0.08 0.86 0.13 54.38 0.76 0.5
Hex DF CD 1F 0 8 56 D 36 4C 32
Octal 337 315 37 0 10 126 15 66 114 62
Binary 11011111 11001101 11111 0 1000 1010110 1101 110110 1001100 110010

Color Harmonies of #DFCD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD1F

Black with #DFCD1F

Text Example


Text Example

White with #DFCD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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