Html Css Color HEX #CF9B0F Gamboge

📋 copy color: '#CF9B0F'

red 207 ◦ green 155 ◦ blue 15

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

Shades of Gamboge #CF9B0F

Tints of Gamboge #CF9B0F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 54.91%
G = 41.11%
B = 3.98%

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

#CF9B0F (or 0xCF9B0F) is known color: Gamboge. HEX triplet: CF, 9B and 0F. RGB value is (207,155,15). Sum of RGB (Red+Green+Blue) = 207+155+15=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9B0F is #3064F0. Grayscale: #9B9B9B. Windows color (decimal): -3171569 or 1022927. OLE color: 1022927.

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

Color convert

RGB 207 155 15 -
CMYK 0 0.25 0.93 0.19
HSL 43.75º 0.86% 0.44% -
HSV(B) 43.75º 0.93% 0.81% -
XYZ 37.54 36.74 5.57 -
YUV 154.59 49.23 165.38 -
System Red Green Blue C M Y K H S L
Decimal 207 155 15 0 0.25 0.93 0.19 43.75 0.86 0.44
Hex CF 9B F 0 19 5D 13 2C 56 2C
Octal 317 233 17 0 31 135 23 54 126 54
Binary 11001111 10011011 1111 0 11001 1011101 10011 101100 1010110 101100

Color Harmonies of #CF9B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B0F

Black with #CF9B0F

Text Example


Text Example

White with #CF9B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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