Html Css Color HEX #CFA31D Galliano

📋 copy color: '#CFA31D'

red 207 ◦ green 163 ◦ blue 29

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

Shades of Galliano #CFA31D

Tints of Galliano #CFA31D

RGB

 RED value IS 207 (81.25% from 255) = 51.88%

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

 BLUE value IS 29 (11.72% from 255) = 7.27%

R = 51.88%
G = 40.85%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFA31D (or 0xCFA31D) is known color: Galliano. HEX triplet: CF, A3 and 1D. RGB value is (207,163,29). Sum of RGB (Red+Green+Blue) = 207+163+29=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA31D is #305CE2. Grayscale: #A1A1A1. Windows color (decimal): -3169507 or 1942479. OLE color: 1942479.

HSL color Cylindrical-coordinate representation of color #CFA31D: hue angle of 45.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFA31D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 29 -
CMYK 0 0.21 0.86 0.19
HSL 45.17º 0.75% 0.46% -
HSV(B) 45.17º 0.86% 0.81% -
XYZ 39.05 39.55 6.74 -
YUV 160.88 53.58 160.9 -
System Red Green Blue C M Y K H S L
Decimal 207 163 29 0 0.21 0.86 0.19 45.17 0.75 0.46
Hex CF A3 1D 0 15 56 13 2D 4B 2E
Octal 317 243 35 0 25 126 23 55 113 56
Binary 11001111 10100011 11101 0 10101 1010110 10011 101101 1001011 101110

Color Harmonies of #CFA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA31D

Black with #CFA31D

Text Example


Text Example

White with #CFA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA31D; }

 p { color: rgb(207,163,29); }

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

background-color css

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

 a { background-color: rgb(207,163,29); }

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

border-color css

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

 span { border-color: rgb(207,163,29); }

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