Html Css Color HEX #CF9C0F Gamboge

📋 copy color: '#CF9C0F'

red 207 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #CF9C0F

Tints of Gamboge #CF9C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 54.76%
G = 41.27%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF9C0F (or 0xCF9C0F) is known color: Gamboge. HEX triplet: CF, 9C and 0F. RGB value is (207,156,15). Sum of RGB (Red+Green+Blue) = 207+156+15=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9C0F is #3063F0. Grayscale: #9B9B9B. Windows color (decimal): -3171313 or 1023183. OLE color: 1023183.

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

Color convert

RGB 207 156 15 -
CMYK 0 0.25 0.93 0.19
HSL 44.06º 0.86% 0.44% -
HSV(B) 44.06º 0.93% 0.81% -
XYZ 37.71 37.08 5.62 -
YUV 155.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 207 156 15 0 0.25 0.93 0.19 44.06 0.86 0.44
Hex CF 9C F 0 19 5D 13 2C 56 2C
Octal 317 234 17 0 31 135 23 54 126 54
Binary 11001111 10011100 1111 0 11001 1011101 10011 101100 1010110 101100

Color Harmonies of #CF9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C0F

Black with #CF9C0F

Text Example


Text Example

White with #CF9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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