Html Css Color HEX #CF9C05 Gamboge

📋 copy color: '#CF9C05'

red 207 ◦ green 156 ◦ blue 5

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

Shades of Gamboge #CF9C05

Tints of Gamboge #CF9C05

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.39%

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

R = 56.25%
G = 42.39%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF9C05 (or 0xCF9C05) is known color: Gamboge. HEX triplet: CF, 9C and 05. RGB value is (207,156,5). Sum of RGB (Red+Green+Blue) = 207+156+5=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9C05 is #3063FA. Grayscale: #9A9A9A. Windows color (decimal): -3171323 or 367823. OLE color: 367823.

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

Color convert

RGB 207 156 5 -
CMYK 0 0.25 0.98 0.19
HSL 44.85º 0.95% 0.42% -
HSV(B) 44.85º 0.98% 0.81% -
XYZ 37.65 37.05 5.31 -
YUV 154.04 43.9 165.78 -
System Red Green Blue C M Y K H S L
Decimal 207 156 5 0 0.25 0.98 0.19 44.85 0.95 0.42
Hex CF 9C 5 0 19 62 13 2D 5F 2A
Octal 317 234 5 0 31 142 23 55 137 52
Binary 11001111 10011100 101 0 11001 1100010 10011 101101 1011111 101010

Color Harmonies of #CF9C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C05

Black with #CF9C05

Text Example


Text Example

White with #CF9C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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