Html Css Color HEX #FFDD3E Gorse

📋 copy color: '#FFDD3E'

red 255 ◦ green 221 ◦ blue 62

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

Shades of Gorse #FFDD3E

Tints of Gorse #FFDD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.52%

R = 47.4%
G = 41.08%
B = 11.52%

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

#FFDD3E (or 0xFFDD3E) is known color: Gorse. HEX triplet: FF, DD and 3E. RGB value is (255,221,62). Sum of RGB (Red+Green+Blue) = 255+221+62=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD3E is #0022C1. Grayscale: #D5D5D5. Windows color (decimal): -8898 or 4120063. OLE color: 4120063.

HSL color Cylindrical-coordinate representation of color #FFDD3E: hue angle of 49.43º 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 #FFDD3E is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 255 221 62 -
CMYK 0 0.13 0.76 0
HSL 49.43º 1% 0.62% -
HSV(B) 49.43º 0.76% 1% -
XYZ 67.97 73.32 15.13 -
YUV 213.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 255 221 62 0 0.13 0.76 0 49.43 1 0.62
Hex FF DD 3E 0 D 4C 0 31 64 3E
Octal 377 335 76 0 15 114 0 61 144 76
Binary 11111111 11011101 111110 0 1101 1001100 0 110001 1100100 111110

Color Harmonies of #FFDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD3E

Black with #FFDD3E

Text Example


Text Example

White with #FFDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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