Html Css Color HEX #FDDB7B Golden Glow

📋 copy color: '#FDDB7B'

red 253 ◦ green 219 ◦ blue 123

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

Shades of Golden Glow #FDDB7B

Tints of Golden Glow #FDDB7B

RGB

 RED value IS 253 (99.22% from 255) = 42.52%

 GREEN value IS 219 (85.94% from 255) = 36.81%

 BLUE value IS 123 (48.44% from 255) = 20.67%

R = 42.52%
G = 36.81%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDDB7B (or 0xFDDB7B) is known color: Golden Glow. HEX triplet: FD, DB and 7B. RGB value is (253,219,123). Sum of RGB (Red+Green+Blue) = 253+219+123=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 123 (48.44% from 255 or 20.67% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDB7B is #022484. Grayscale: #DADADA. Windows color (decimal): -140421 or 8117245. OLE color: 8117245.

HSL color Cylindrical-coordinate representation of color #FDDB7B: hue angle of 44.31º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDDB7B is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 123 -
CMYK 0 0.13 0.51 0.01
HSL 44.31º 0.97% 0.74% -
HSV(B) 44.31º 0.51% 0.99% -
XYZ 69.41 72.98 29.17 -
YUV 218.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 253 219 123 0 0.13 0.51 0.01 44.31 0.97 0.74
Hex FD DB 7B 0 D 33 1 2C 61 4A
Octal 375 333 173 0 15 63 1 54 141 112
Binary 11111101 11011011 1111011 0 1101 110011 1 101100 1100001 1001010

Color Harmonies of #FDDB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB7B

Black with #FDDB7B

Text Example


Text Example

White with #FDDB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB7B; }

 p { color: rgb(253,219,123); }

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

background-color css

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

 a { background-color: rgb(253,219,123); }

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

border-color css

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

 span { border-color: rgb(253,219,123); }

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