Html Css Color HEX #DFB25A Rob Roy

📋 copy color: '#DFB25A'

red 223 ◦ green 178 ◦ blue 90

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

Shades of Rob Roy #DFB25A

Tints of Rob Roy #DFB25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.33%

R = 45.42%
G = 36.25%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFB25A (or 0xDFB25A) is known color: Rob Roy. HEX triplet: DF, B2 and 5A. RGB value is (223,178,90). Sum of RGB (Red+Green+Blue) = 223+178+90=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB25A is #204DA5. Grayscale: #B5B5B5. Windows color (decimal): -2117030 or 5944031. OLE color: 5944031.

HSL color Cylindrical-coordinate representation of color #DFB25A: hue angle of 39.7º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFB25A is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 178 90 -
CMYK 0 0.20 0.60 0.13
HSL 39.7º 0.68% 0.61% -
HSV(B) 39.7º 0.6% 0.87% -
XYZ 48.2 48.27 16.45 -
YUV 181.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 223 178 90 0 0.20 0.60 0.13 39.7 0.68 0.61
Hex DF B2 5A 0 14 3C D 28 44 3D
Octal 337 262 132 0 24 74 15 50 104 75
Binary 11011111 10110010 1011010 0 10100 111100 1101 101000 1000100 111101

Color Harmonies of #DFB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB25A

Black with #DFB25A

Text Example


Text Example

White with #DFB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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