Html Css Color HEX #DFAE4B Rob Roy

📋 copy color: '#DFAE4B'

red 223 ◦ green 174 ◦ blue 75

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

Shades of Rob Roy #DFAE4B

Tints of Rob Roy #DFAE4B

RGB

 RED value IS 223 (87.5% from 255) = 47.25%

 GREEN value IS 174 (68.36% from 255) = 36.86%

 BLUE value IS 75 (29.69% from 255) = 15.89%

R = 47.25%
G = 36.86%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFAE4B (or 0xDFAE4B) is known color: Rob Roy. HEX triplet: DF, AE and 4B. RGB value is (223,174,75). Sum of RGB (Red+Green+Blue) = 223+174+75=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAE4B is #2051B4. Grayscale: #B1B1B1. Windows color (decimal): -2118069 or 4959967. OLE color: 4959967.

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

Color convert

RGB 223 174 75 -
CMYK 0 0.22 0.66 0.13
HSL 40.14º 0.7% 0.58% -
HSV(B) 40.14º 0.66% 0.87% -
XYZ 46.84 46.47 13.16 -
YUV 177.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 223 174 75 0 0.22 0.66 0.13 40.14 0.7 0.58
Hex DF AE 4B 0 16 42 D 28 46 3A
Octal 337 256 113 0 26 102 15 50 106 72
Binary 11011111 10101110 1001011 0 10110 1000010 1101 101000 1000110 111010

Color Harmonies of #DFAE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE4B

Black with #DFAE4B

Text Example


Text Example

White with #DFAE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE4B; }

 p { color: rgb(223,174,75); }

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

background-color css

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

 a { background-color: rgb(223,174,75); }

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

border-color css

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

 span { border-color: rgb(223,174,75); }

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