Html Css Color HEX #DFA84B Rob Roy

📋 copy color: '#DFA84B'

red 223 ◦ green 168 ◦ blue 75

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

Shades of Rob Roy #DFA84B

Tints of Rob Roy #DFA84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

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

R = 47.85%
G = 36.05%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFA84B (or 0xDFA84B) is known color: Rob Roy. HEX triplet: DF, A8 and 4B. RGB value is (223,168,75). Sum of RGB (Red+Green+Blue) = 223+168+75=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA84B is #2057B4. Grayscale: #AEAEAE. Windows color (decimal): -2119605 or 4958431. OLE color: 4958431.

HSL color Cylindrical-coordinate representation of color #DFA84B: hue angle of 37.7º 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 #DFA84B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 75 -
CMYK 0 0.25 0.66 0.13
HSL 37.7º 0.7% 0.58% -
HSV(B) 37.7º 0.66% 0.87% -
XYZ 45.7 44.2 12.78 -
YUV 173.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 223 168 75 0 0.25 0.66 0.13 37.7 0.7 0.58
Hex DF A8 4B 0 19 42 D 26 46 3A
Octal 337 250 113 0 31 102 15 46 106 72
Binary 11011111 10101000 1001011 0 11001 1000010 1101 100110 1000110 111010

Color Harmonies of #DFA84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA84B

Black with #DFA84B

Text Example


Text Example

White with #DFA84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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