Html Css Color HEX #FFDD3C Gorse

📋 copy color: '#FFDD3C'

red 255 ◦ green 221 ◦ blue 60

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

Shades of Gorse #FFDD3C

Tints of Gorse #FFDD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.19%

R = 47.57%
G = 41.23%
B = 11.19%

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

#FFDD3C (or 0xFFDD3C) is known color: Gorse. HEX triplet: FF, DD and 3C. RGB value is (255,221,60). Sum of RGB (Red+Green+Blue) = 255+221+60=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 60 (23.83% from 255 or 11.19% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD3C is #0022C3. Grayscale: #D5D5D5. Windows color (decimal): -8900 or 3988991. OLE color: 3988991.

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

Color convert

RGB 255 221 60 -
CMYK 0 0.13 0.76 0
HSL 49.54º 1% 0.62% -
HSV(B) 49.54º 0.76% 1% -
XYZ 67.91 73.3 14.84 -
YUV 212.81 41.76 158.09 -
System Red Green Blue C M Y K H S L
Decimal 255 221 60 0 0.13 0.76 0 49.54 1 0.62
Hex FF DD 3C 0 D 4C 0 32 64 3E
Octal 377 335 74 0 15 114 0 62 144 76
Binary 11111111 11011101 111100 0 1101 1001100 0 110010 1100100 111110

Color Harmonies of #FFDD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD3C

Black with #FFDD3C

Text Example


Text Example

White with #FFDD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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