Html Css Color HEX #CF9D0F Gamboge

📋 copy color: '#CF9D0F'

red 207 ◦ green 157 ◦ blue 15

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

Shades of Gamboge #CF9D0F

Tints of Gamboge #CF9D0F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

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

R = 54.62%
G = 41.42%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF9D0F (or 0xCF9D0F) is known color: Gamboge. HEX triplet: CF, 9D and 0F. RGB value is (207,157,15). Sum of RGB (Red+Green+Blue) = 207+157+15=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9D0F is #3062F0. Grayscale: #9C9C9C. Windows color (decimal): -3171057 or 1023439. OLE color: 1023439.

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

Color convert

RGB 207 157 15 -
CMYK 0 0.24 0.93 0.19
HSL 44.38º 0.86% 0.44% -
HSV(B) 44.38º 0.93% 0.81% -
XYZ 37.88 37.41 5.68 -
YUV 155.76 48.57 164.55 -
System Red Green Blue C M Y K H S L
Decimal 207 157 15 0 0.24 0.93 0.19 44.38 0.86 0.44
Hex CF 9D F 0 18 5D 13 2C 56 2C
Octal 317 235 17 0 30 135 23 54 126 54
Binary 11001111 10011101 1111 0 11000 1011101 10011 101100 1010110 101100

Color Harmonies of #CF9D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D0F

Black with #CF9D0F

Text Example


Text Example

White with #CF9D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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