Html Css Color HEX #DFAE4C Rob Roy

📋 copy color: '#DFAE4C'

red 223 ◦ green 174 ◦ blue 76

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

Shades of Rob Roy #DFAE4C

Tints of Rob Roy #DFAE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.07%

R = 47.15%
G = 36.79%
B = 16.07%

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

#DFAE4C (or 0xDFAE4C) is known color: Rob Roy. HEX triplet: DF, AE and 4C. RGB value is (223,174,76). Sum of RGB (Red+Green+Blue) = 223+174+76=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAE4C is #2051B3. Grayscale: #B1B1B1. Windows color (decimal): -2118068 or 5025503. OLE color: 5025503.

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

Color convert

RGB 223 174 76 -
CMYK 0 0.22 0.66 0.13
HSL 40º 0.7% 0.59% -
HSV(B) 40º 0.66% 0.87% -
XYZ 46.87 46.48 13.34 -
YUV 177.48 70.73 160.47 -
System Red Green Blue C M Y K H S L
Decimal 223 174 76 0 0.22 0.66 0.13 40 0.7 0.59
Hex DF AE 4C 0 16 42 D 28 46 3B
Octal 337 256 114 0 26 102 15 50 106 73
Binary 11011111 10101110 1001100 0 10110 1000010 1101 101000 1000110 111011

Color Harmonies of #DFAE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE4C

Black with #DFAE4C

Text Example


Text Example

White with #DFAE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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