Html Css Color HEX #CF9408 Gamboge

📋 copy color: '#CF9408'

red 207 ◦ green 148 ◦ blue 8

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

Shades of Gamboge #CF9408

Tints of Gamboge #CF9408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 57.02%
G = 40.77%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF9408 (or 0xCF9408) is known color: Gamboge. HEX triplet: CF, 94 and 08. RGB value is (207,148,8). Sum of RGB (Red+Green+Blue) = 207+148+8=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9408 is #306BF7. Grayscale: #969696. Windows color (decimal): -3173368 or 562383. OLE color: 562383.

HSL color Cylindrical-coordinate representation of color #CF9408: hue angle of 42.21º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF9408 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 148 8 -
CMYK 0 0.29 0.96 0.19
HSL 42.21º 0.93% 0.42% -
HSV(B) 42.21º 0.96% 0.81% -
XYZ 36.37 34.46 4.97 -
YUV 149.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 207 148 8 0 0.29 0.96 0.19 42.21 0.93 0.42
Hex CF 94 8 0 1D 60 13 2A 5D 2A
Octal 317 224 10 0 35 140 23 52 135 52
Binary 11001111 10010100 1000 0 11101 1100000 10011 101010 1011101 101010

Color Harmonies of #CF9408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9408

Black with #CF9408

Text Example


Text Example

White with #CF9408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9408; }

 p { color: rgb(207,148,8); }

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

background-color css

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

 a { background-color: rgb(207,148,8); }

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

border-color css

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

 span { border-color: rgb(207,148,8); }

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