Html Css Color HEX #FFDB7B Salomie

📋 copy color: '#FFDB7B'

red 255 ◦ green 219 ◦ blue 123

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

Shades of Salomie #FFDB7B

Tints of Salomie #FFDB7B

RGB

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

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

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

R = 42.71%
G = 36.68%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FFDB7B (or 0xFFDB7B) is known color: Salomie. HEX triplet: FF, DB and 7B. RGB value is (255,219,123). Sum of RGB (Red+Green+Blue) = 255+219+123=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDB7B is #002484. Grayscale: #DBDBDB. Windows color (decimal): -9349 or 8117247. OLE color: 8117247.

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

Color convert

RGB 255 219 123 -
CMYK 0 0.14 0.52 0
HSL 43.64º 1% 0.74% -
HSV(B) 43.64º 0.52% 1% -
XYZ 70.15 73.35 29.2 -
YUV 218.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 255 219 123 0 0.14 0.52 0 43.64 1 0.74
Hex FF DB 7B 0 E 34 0 2C 64 4A
Octal 377 333 173 0 16 64 0 54 144 112
Binary 11111111 11011011 1111011 0 1110 110100 0 101100 1100100 1001010

Color Harmonies of #FFDB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDB7B

Black with #FFDB7B

Text Example


Text Example

White with #FFDB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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