Html Css Color HEX #D499AF Kobi

📋 copy color: '#D499AF'

red 212 ◦ green 153 ◦ blue 175

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

Shades of Kobi #D499AF

Tints of Kobi #D499AF

RGB

 RED value IS 212 (83.2% from 255) = 39.26%

 GREEN value IS 153 (60.16% from 255) = 28.33%

 BLUE value IS 175 (68.75% from 255) = 32.41%

R = 39.26%
G = 28.33%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D499AF (or 0xD499AF) is known color: Kobi. HEX triplet: D4, 99 and AF. RGB value is (212,153,175). Sum of RGB (Red+Green+Blue) = 212+153+175=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D499AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D499AF is #2B6650. Grayscale: #ADADAD. Windows color (decimal): -2844241 or 11508180. OLE color: 11508180.

HSL color Cylindrical-coordinate representation of color #D499AF: hue angle of 337.63º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D499AF is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 175 -
CMYK 0 0.28 0.17 0.17
HSL 337.63º 0.41% 0.72% -
HSV(B) 337.63º 0.28% 0.83% -
XYZ 46.28 39.87 45.81 -
YUV 173.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 212 153 175 0 0.28 0.17 0.17 337.63 0.41 0.72
Hex D4 99 AF 0 1C 11 11 152 29 48
Octal 324 231 257 0 34 21 21 522 51 110
Binary 11010100 10011001 10101111 0 11100 10001 10001 101010010 101001 1001000

Color Harmonies of #D499AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D499AF

Black with #D499AF

Text Example


Text Example

White with #D499AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D499AF; }

 p { color: rgb(212,153,175); }

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

background-color css

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

 a { background-color: rgb(212,153,175); }

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

border-color css

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

 span { border-color: rgb(212,153,175); }

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