Html Css Color HEX #CFA523 Galliano

📋 copy color: '#CFA523'

red 207 ◦ green 165 ◦ blue 35

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

Shades of Galliano #CFA523

Tints of Galliano #CFA523

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.54%

 BLUE value IS 35 (14.06% from 255) = 8.6%

R = 50.86%
G = 40.54%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CFA523 (or 0xCFA523) is known color: Galliano. HEX triplet: CF, A5 and 23. RGB value is (207,165,35). Sum of RGB (Red+Green+Blue) = 207+165+35=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA523 is #305ADC. Grayscale: #A3A3A3. Windows color (decimal): -3168989 or 2336207. OLE color: 2336207.

HSL color Cylindrical-coordinate representation of color #CFA523: hue angle of 45.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFA523 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 35 -
CMYK 0 0.20 0.83 0.19
HSL 45.35º 0.71% 0.47% -
HSV(B) 45.35º 0.83% 0.81% -
XYZ 39.49 40.3 7.29 -
YUV 162.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 207 165 35 0 0.20 0.83 0.19 45.35 0.71 0.47
Hex CF A5 23 0 14 53 13 2D 47 2F
Octal 317 245 43 0 24 123 23 55 107 57
Binary 11001111 10100101 100011 0 10100 1010011 10011 101101 1000111 101111

Color Harmonies of #CFA523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA523

Black with #CFA523

Text Example


Text Example

White with #CFA523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA523; }

 p { color: rgb(207,165,35); }

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

background-color css

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

 a { background-color: rgb(207,165,35); }

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

border-color css

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

 span { border-color: rgb(207,165,35); }

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