Html Css Color HEX #FFDD2B Gorse

📋 copy color: '#FFDD2B'

red 255 ◦ green 221 ◦ blue 43

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

Shades of Gorse #FFDD2B

Tints of Gorse #FFDD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.29%

R = 49.13%
G = 42.58%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FFDD2B (or 0xFFDD2B) is known color: Gorse. HEX triplet: FF, DD and 2B. RGB value is (255,221,43). Sum of RGB (Red+Green+Blue) = 255+221+43=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 43 (17.19% from 255 or 8.29% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD2B is #0022D4. Grayscale: #D3D3D3. Windows color (decimal): -8917 or 2874879. OLE color: 2874879.

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

Color convert

RGB 255 221 43 -
CMYK 0 0.13 0.83 0
HSL 50.38º 1% 0.58% -
HSV(B) 50.38º 0.83% 1% -
XYZ 67.53 73.15 12.85 -
YUV 210.87 33.26 159.47 -
System Red Green Blue C M Y K H S L
Decimal 255 221 43 0 0.13 0.83 0 50.38 1 0.58
Hex FF DD 2B 0 D 53 0 32 64 3A
Octal 377 335 53 0 15 123 0 62 144 72
Binary 11111111 11011101 101011 0 1101 1010011 0 110010 1100100 111010

Color Harmonies of #FFDD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD2B

Black with #FFDD2B

Text Example


Text Example

White with #FFDD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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