Html Css Color HEX #D7A34B Rob Roy

📋 copy color: '#D7A34B'

red 215 ◦ green 163 ◦ blue 75

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

Shades of Rob Roy #D7A34B

Tints of Rob Roy #D7A34B

RGB

 RED value IS 215 (84.38% from 255) = 47.46%

 GREEN value IS 163 (64.06% from 255) = 35.98%

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

R = 47.46%
G = 35.98%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7A34B (or 0xD7A34B) is known color: Rob Roy. HEX triplet: D7, A3 and 4B. RGB value is (215,163,75). Sum of RGB (Red+Green+Blue) = 215+163+75=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A34B is #285CB4. Grayscale: #A8A8A8. Windows color (decimal): -2645173 or 4957143. OLE color: 4957143.

HSL color Cylindrical-coordinate representation of color #D7A34B: hue angle of 37.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7A34B is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 163 75 -
CMYK 0 0.24 0.65 0.16
HSL 37.71º 0.64% 0.57% -
HSV(B) 37.71º 0.65% 0.84% -
XYZ 42.39 41.15 12.36 -
YUV 168.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 215 163 75 0 0.24 0.65 0.16 37.71 0.64 0.57
Hex D7 A3 4B 0 18 41 10 26 40 39
Octal 327 243 113 0 30 101 20 46 100 71
Binary 11010111 10100011 1001011 0 11000 1000001 10000 100110 1000000 111001

Color Harmonies of #D7A34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A34B

Black with #D7A34B

Text Example


Text Example

White with #D7A34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A34B; }

 p { color: rgb(215,163,75); }

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

background-color css

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

 a { background-color: rgb(215,163,75); }

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

border-color css

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

 span { border-color: rgb(215,163,75); }

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