Html Css Color HEX #CF950D Gamboge

📋 copy color: '#CF950D'

red 207 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #CF950D

Tints of Gamboge #CF950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 56.1%
G = 40.38%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF950D (or 0xCF950D) is known color: Gamboge. HEX triplet: CF, 95 and 0D. RGB value is (207,149,13). Sum of RGB (Red+Green+Blue) = 207+149+13=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF950D is #306AF2. Grayscale: #979797. Windows color (decimal): -3173107 or 890319. OLE color: 890319.

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

Color convert

RGB 207 149 13 -
CMYK 0 0.28 0.94 0.19
HSL 42.06º 0.88% 0.43% -
HSV(B) 42.06º 0.94% 0.81% -
XYZ 36.55 34.79 5.17 -
YUV 150.84 50.22 168.06 -
System Red Green Blue C M Y K H S L
Decimal 207 149 13 0 0.28 0.94 0.19 42.06 0.88 0.43
Hex CF 95 D 0 1C 5E 13 2A 58 2B
Octal 317 225 15 0 34 136 23 52 130 53
Binary 11001111 10010101 1101 0 11100 1011110 10011 101010 1011000 101011

Color Harmonies of #CF950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF950D

Black with #CF950D

Text Example


Text Example

White with #CF950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF950D; }

 p { color: rgb(207,149,13); }

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

background-color css

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

 a { background-color: rgb(207,149,13); }

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

border-color css

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

 span { border-color: rgb(207,149,13); }

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