Html Css Color HEX #CFA90D Galliano

📋 copy color: '#CFA90D'

red 207 ◦ green 169 ◦ blue 13

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

Shades of Galliano #CFA90D

Tints of Galliano #CFA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

 BLUE value IS 13 (5.47% from 255) = 3.34%

R = 53.21%
G = 43.44%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CFA90D (or 0xCFA90D) is known color: Galliano. HEX triplet: CF, A9 and 0D. RGB value is (207,169,13). Sum of RGB (Red+Green+Blue) = 207+169+13=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA90D is #3056F2. Grayscale: #A3A3A3. Windows color (decimal): -3167987 or 895439. OLE color: 895439.

HSL color Cylindrical-coordinate representation of color #CFA90D: hue angle of 48.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA90D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 169 13 -
CMYK 0 0.18 0.94 0.19
HSL 48.25º 0.88% 0.43% -
HSV(B) 48.25º 0.94% 0.81% -
XYZ 39.99 41.67 6.32 -
YUV 162.58 43.59 159.68 -
System Red Green Blue C M Y K H S L
Decimal 207 169 13 0 0.18 0.94 0.19 48.25 0.88 0.43
Hex CF A9 D 0 12 5E 13 30 58 2B
Octal 317 251 15 0 22 136 23 60 130 53
Binary 11001111 10101001 1101 0 10010 1011110 10011 110000 1011000 101011

Color Harmonies of #CFA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA90D

Black with #CFA90D

Text Example


Text Example

White with #CFA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA90D; }

 p { color: rgb(207,169,13); }

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

background-color css

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

 a { background-color: rgb(207,169,13); }

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

border-color css

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

 span { border-color: rgb(207,169,13); }

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