Html Css Color HEX #CF9D0B Gamboge

📋 copy color: '#CF9D0B'

red 207 ◦ green 157 ◦ blue 11

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

Shades of Gamboge #CF9D0B

Tints of Gamboge #CF9D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 55.2%
G = 41.87%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF9D0B (or 0xCF9D0B) is known color: Gamboge. HEX triplet: CF, 9D and 0B. RGB value is (207,157,11). Sum of RGB (Red+Green+Blue) = 207+157+11=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9D0B is #3062F4. Grayscale: #9B9B9B. Windows color (decimal): -3171061 or 761295. OLE color: 761295.

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

Color convert

RGB 207 157 11 -
CMYK 0 0.24 0.95 0.19
HSL 44.69º 0.9% 0.43% -
HSV(B) 44.69º 0.95% 0.81% -
XYZ 37.85 37.4 5.54 -
YUV 155.31 46.57 164.87 -
System Red Green Blue C M Y K H S L
Decimal 207 157 11 0 0.24 0.95 0.19 44.69 0.9 0.43
Hex CF 9D B 0 18 5F 13 2D 5A 2B
Octal 317 235 13 0 30 137 23 55 132 53
Binary 11001111 10011101 1011 0 11000 1011111 10011 101101 1011010 101011

Color Harmonies of #CF9D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D0B

Black with #CF9D0B

Text Example


Text Example

White with #CF9D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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