Html Css Color HEX #CF9B1E Galliano

📋 copy color: '#CF9B1E'

red 207 ◦ green 155 ◦ blue 30

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

Shades of Galliano #CF9B1E

Tints of Galliano #CF9B1E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 30 (12.11% from 255) = 7.65%

R = 52.81%
G = 39.54%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF9B1E (or 0xCF9B1E) is known color: Galliano. HEX triplet: CF, 9B and 1E. RGB value is (207,155,30). Sum of RGB (Red+Green+Blue) = 207+155+30=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B1E is #3064E1. Grayscale: #9C9C9C. Windows color (decimal): -3171554 or 2005967. OLE color: 2005967.

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

Color convert

RGB 207 155 30 -
CMYK 0 0.25 0.86 0.19
HSL 42.37º 0.75% 0.46% -
HSV(B) 42.37º 0.86% 0.81% -
XYZ 37.69 36.8 6.35 -
YUV 156.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 207 155 30 0 0.25 0.86 0.19 42.37 0.75 0.46
Hex CF 9B 1E 0 19 56 13 2A 4B 2E
Octal 317 233 36 0 31 126 23 52 113 56
Binary 11001111 10011011 11110 0 11001 1010110 10011 101010 1001011 101110

Color Harmonies of #CF9B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B1E

Black with #CF9B1E

Text Example


Text Example

White with #CF9B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B1E; }

 p { color: rgb(207,155,30); }

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

background-color css

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

 a { background-color: rgb(207,155,30); }

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

border-color css

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

 span { border-color: rgb(207,155,30); }

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