Html Css Color HEX #FFDF3D Gorse

📋 copy color: '#FFDF3D'

red 255 ◦ green 223 ◦ blue 61

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

Shades of Gorse #FFDF3D

Tints of Gorse #FFDF3D

RGB

 RED value IS 255 (100% from 255) = 47.31%

 GREEN value IS 223 (87.5% from 255) = 41.37%

 BLUE value IS 61 (24.22% from 255) = 11.32%

R = 47.31%
G = 41.37%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFDF3D (or 0xFFDF3D) is known color: Gorse. HEX triplet: FF, DF and 3D. RGB value is (255,223,61). Sum of RGB (Red+Green+Blue) = 255+223+61=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 61 (24.22% from 255 or 11.32% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF3D is #0020C2. Grayscale: #D6D6D6. Windows color (decimal): -8387 or 4055039. OLE color: 4055039.

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

Color convert

RGB 255 223 61 -
CMYK 0 0.13 0.76 0
HSL 50.1º 1% 0.62% -
HSV(B) 50.1º 0.76% 1% -
XYZ 68.47 74.37 15.16 -
YUV 214.1 41.6 157.17 -
System Red Green Blue C M Y K H S L
Decimal 255 223 61 0 0.13 0.76 0 50.1 1 0.62
Hex FF DF 3D 0 D 4C 0 32 64 3E
Octal 377 337 75 0 15 114 0 62 144 76
Binary 11111111 11011111 111101 0 1101 1001100 0 110010 1100100 111110

Color Harmonies of #FFDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF3D

Black with #FFDF3D

Text Example


Text Example

White with #FFDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF3D; }

 p { color: rgb(255,223,61); }

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

background-color css

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

 a { background-color: rgb(255,223,61); }

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

border-color css

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

 span { border-color: rgb(255,223,61); }

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