Html Css Color HEX #CF991D Galliano

📋 copy color: '#CF991D'

red 207 ◦ green 153 ◦ blue 29

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

Shades of Galliano #CF991D

Tints of Galliano #CF991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

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

R = 53.21%
G = 39.33%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF991D (or 0xCF991D) is known color: Galliano. HEX triplet: CF, 99 and 1D. RGB value is (207,153,29). Sum of RGB (Red+Green+Blue) = 207+153+29=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF991D is #3066E2. Grayscale: #9B9B9B. Windows color (decimal): -3172067 or 1939919. OLE color: 1939919.

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

Color convert

RGB 207 153 29 -
CMYK 0 0.26 0.86 0.19
HSL 41.8º 0.75% 0.46% -
HSV(B) 41.8º 0.86% 0.81% -
XYZ 37.35 36.14 6.17 -
YUV 155.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 207 153 29 0 0.26 0.86 0.19 41.8 0.75 0.46
Hex CF 99 1D 0 1A 56 13 2A 4B 2E
Octal 317 231 35 0 32 126 23 52 113 56
Binary 11001111 10011001 11101 0 11010 1010110 10011 101010 1001011 101110

Color Harmonies of #CF991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF991D

Black with #CF991D

Text Example


Text Example

White with #CF991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF991D; }

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

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

background-color css

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

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

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

border-color css

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

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

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