Html Css Color HEX #CF990B Gamboge

📋 copy color: '#CF990B'

red 207 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #CF990B

Tints of Gamboge #CF990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.24%

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

R = 55.8%
G = 41.24%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF990B (or 0xCF990B) is known color: Gamboge. HEX triplet: CF, 99 and 0B. RGB value is (207,153,11). Sum of RGB (Red+Green+Blue) = 207+153+11=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF990B is #3066F4. Grayscale: #999999. Windows color (decimal): -3172085 or 760271. OLE color: 760271.

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

Color convert

RGB 207 153 11 -
CMYK 0 0.26 0.95 0.19
HSL 43.47º 0.9% 0.43% -
HSV(B) 43.47º 0.95% 0.81% -
XYZ 37.18 36.07 5.32 -
YUV 152.96 47.89 166.55 -
System Red Green Blue C M Y K H S L
Decimal 207 153 11 0 0.26 0.95 0.19 43.47 0.9 0.43
Hex CF 99 B 0 1A 5F 13 2B 5A 2B
Octal 317 231 13 0 32 137 23 53 132 53
Binary 11001111 10011001 1011 0 11010 1011111 10011 101011 1011010 101011

Color Harmonies of #CF990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF990B

Black with #CF990B

Text Example


Text Example

White with #CF990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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