Html Css Color HEX #CFAF1D Galliano

📋 copy color: '#CFAF1D'

red 207 ◦ green 175 ◦ blue 29

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

Shades of Galliano #CFAF1D

Tints of Galliano #CFAF1D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

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

R = 50.36%
G = 42.58%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFAF1D (or 0xCFAF1D) is known color: Galliano. HEX triplet: CF, AF and 1D. RGB value is (207,175,29). Sum of RGB (Red+Green+Blue) = 207+175+29=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF1D is #3050E2. Grayscale: #A8A8A8. Windows color (decimal): -3166435 or 1945551. OLE color: 1945551.

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

Color convert

RGB 207 175 29 -
CMYK 0 0.15 0.86 0.19
HSL 49.21º 0.75% 0.46% -
HSV(B) 49.21º 0.86% 0.81% -
XYZ 41.28 44.01 7.48 -
YUV 167.92 49.6 155.87 -
System Red Green Blue C M Y K H S L
Decimal 207 175 29 0 0.15 0.86 0.19 49.21 0.75 0.46
Hex CF AF 1D 0 F 56 13 31 4B 2E
Octal 317 257 35 0 17 126 23 61 113 56
Binary 11001111 10101111 11101 0 1111 1010110 10011 110001 1001011 101110

Color Harmonies of #CFAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAF1D

Black with #CFAF1D

Text Example


Text Example

White with #CFAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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