Html Css Color HEX #CFAD23 Galliano

📋 copy color: '#CFAD23'

red 207 ◦ green 173 ◦ blue 35

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

Shades of Galliano #CFAD23

Tints of Galliano #CFAD23

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

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

R = 49.88%
G = 41.69%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CFAD23 (or 0xCFAD23) is known color: Galliano. HEX triplet: CF, AD and 23. RGB value is (207,173,35). Sum of RGB (Red+Green+Blue) = 207+173+35=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD23 is #3052DC. Grayscale: #A8A8A8. Windows color (decimal): -3166941 or 2338255. OLE color: 2338255.

HSL color Cylindrical-coordinate representation of color #CFAD23: hue angle of 48.14º 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 #CFAD23 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 173 35 -
CMYK 0 0.16 0.83 0.19
HSL 48.14º 0.71% 0.47% -
HSV(B) 48.14º 0.83% 0.81% -
XYZ 40.98 43.27 7.78 -
YUV 167.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 207 173 35 0 0.16 0.83 0.19 48.14 0.71 0.47
Hex CF AD 23 0 10 53 13 30 47 2F
Octal 317 255 43 0 20 123 23 60 107 57
Binary 11001111 10101101 100011 0 10000 1010011 10011 110000 1000111 101111

Color Harmonies of #CFAD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD23

Black with #CFAD23

Text Example


Text Example

White with #CFAD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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