Html Css Color HEX #CF9405 Gamboge

📋 copy color: '#CF9405'

red 207 ◦ green 148 ◦ blue 5

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

Shades of Gamboge #CF9405

Tints of Gamboge #CF9405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 57.5%
G = 41.11%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF9405 (or 0xCF9405) is known color: Gamboge. HEX triplet: CF, 94 and 05. RGB value is (207,148,5). Sum of RGB (Red+Green+Blue) = 207+148+5=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9405 is #306BFA. Grayscale: #959595. Windows color (decimal): -3173371 or 365775. OLE color: 365775.

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

Color convert

RGB 207 148 5 -
CMYK 0 0.29 0.98 0.19
HSL 42.48º 0.95% 0.42% -
HSV(B) 42.48º 0.98% 0.81% -
XYZ 36.35 34.46 4.88 -
YUV 149.34 46.55 169.13 -
System Red Green Blue C M Y K H S L
Decimal 207 148 5 0 0.29 0.98 0.19 42.48 0.95 0.42
Hex CF 94 5 0 1D 62 13 2A 5F 2A
Octal 317 224 5 0 35 142 23 52 137 52
Binary 11001111 10010100 101 0 11101 1100010 10011 101010 1011111 101010

Color Harmonies of #CF9405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9405

Black with #CF9405

Text Example


Text Example

White with #CF9405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9405; }

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

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

background-color css

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

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

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

border-color css

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

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

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