Html Css Color HEX #DFB24A Rob Roy

📋 copy color: '#DFB24A'

red 223 ◦ green 178 ◦ blue 74

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

Shades of Rob Roy #DFB24A

Tints of Rob Roy #DFB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.47%

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 46.95%
G = 37.47%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFB24A (or 0xDFB24A) is known color: Rob Roy. HEX triplet: DF, B2 and 4A. RGB value is (223,178,74). Sum of RGB (Red+Green+Blue) = 223+178+74=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFB24A is #204DB5. Grayscale: #B4B4B4. Windows color (decimal): -2117046 or 4895455. OLE color: 4895455.

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

Color convert

RGB 223 178 74 -
CMYK 0 0.20 0.67 0.13
HSL 41.88º 0.7% 0.58% -
HSV(B) 41.88º 0.67% 0.87% -
XYZ 47.59 48.02 13.24 -
YUV 179.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 223 178 74 0 0.20 0.67 0.13 41.88 0.7 0.58
Hex DF B2 4A 0 14 43 D 2A 46 3A
Octal 337 262 112 0 24 103 15 52 106 72
Binary 11011111 10110010 1001010 0 10100 1000011 1101 101010 1000110 111010

Color Harmonies of #DFB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB24A

Black with #DFB24A

Text Example


Text Example

White with #DFB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB24A; }

 p { color: rgb(223,178,74); }

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

background-color css

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

 a { background-color: rgb(223,178,74); }

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

border-color css

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

 span { border-color: rgb(223,178,74); }

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