Html Css Color HEX #FFDD3F Gorse

📋 copy color: '#FFDD3F'

red 255 ◦ green 221 ◦ blue 63

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

Shades of Gorse #FFDD3F

Tints of Gorse #FFDD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41%

 BLUE value IS 63 (25% from 255) = 11.69%

R = 47.31%
G = 41%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFDD3F (or 0xFFDD3F) is known color: Gorse. HEX triplet: FF, DD and 3F. RGB value is (255,221,63). Sum of RGB (Red+Green+Blue) = 255+221+63=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD3F is #0022C0. Grayscale: #D5D5D5. Windows color (decimal): -8897 or 4185599. OLE color: 4185599.

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

Color convert

RGB 255 221 63 -
CMYK 0 0.13 0.75 0
HSL 49.38º 1% 0.62% -
HSV(B) 49.38º 0.75% 1% -
XYZ 67.99 73.33 15.27 -
YUV 213.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 255 221 63 0 0.13 0.75 0 49.38 1 0.62
Hex FF DD 3F 0 D 4B 0 31 64 3E
Octal 377 335 77 0 15 113 0 61 144 76
Binary 11111111 11011101 111111 0 1101 1001011 0 110001 1100100 111110

Color Harmonies of #FFDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD3F

Black with #FFDD3F

Text Example


Text Example

White with #FFDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD3F; }

 p { color: rgb(255,221,63); }

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

background-color css

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

 a { background-color: rgb(255,221,63); }

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

border-color css

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

 span { border-color: rgb(255,221,63); }

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