Html Css Color HEX #CF9C0B Gamboge

📋 copy color: '#CF9C0B'

red 207 ◦ green 156 ◦ blue 11

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

Shades of Gamboge #CF9C0B

Tints of Gamboge #CF9C0B

RGB

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

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

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

R = 55.35%
G = 41.71%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF9C0B (or 0xCF9C0B) is known color: Gamboge. HEX triplet: CF, 9C and 0B. RGB value is (207,156,11). Sum of RGB (Red+Green+Blue) = 207+156+11=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9C0B is #3063F4. Grayscale: #9B9B9B. Windows color (decimal): -3171317 or 761039. OLE color: 761039.

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

Color convert

RGB 207 156 11 -
CMYK 0 0.25 0.95 0.19
HSL 44.39º 0.9% 0.43% -
HSV(B) 44.39º 0.95% 0.81% -
XYZ 37.68 37.07 5.49 -
YUV 154.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 207 156 11 0 0.25 0.95 0.19 44.39 0.9 0.43
Hex CF 9C B 0 19 5F 13 2C 5A 2B
Octal 317 234 13 0 31 137 23 54 132 53
Binary 11001111 10011100 1011 0 11001 1011111 10011 101100 1011010 101011

Color Harmonies of #CF9C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C0B

Black with #CF9C0B

Text Example


Text Example

White with #CF9C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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