Html Css Color HEX #CF970F Gamboge

📋 copy color: '#CF970F'

red 207 ◦ green 151 ◦ blue 15

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

Shades of Gamboge #CF970F

Tints of Gamboge #CF970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

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

R = 55.5%
G = 40.48%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF970F (or 0xCF970F) is known color: Gamboge. HEX triplet: CF, 97 and 0F. RGB value is (207,151,15). Sum of RGB (Red+Green+Blue) = 207+151+15=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF970F is #3068F0. Grayscale: #989898. Windows color (decimal): -3172593 or 1021903. OLE color: 1021903.

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

Color convert

RGB 207 151 15 -
CMYK 0 0.27 0.93 0.19
HSL 42.5º 0.86% 0.44% -
HSV(B) 42.5º 0.93% 0.81% -
XYZ 36.88 35.43 5.35 -
YUV 152.24 50.55 167.06 -
System Red Green Blue C M Y K H S L
Decimal 207 151 15 0 0.27 0.93 0.19 42.5 0.86 0.44
Hex CF 97 F 0 1B 5D 13 2A 56 2C
Octal 317 227 17 0 33 135 23 52 126 54
Binary 11001111 10010111 1111 0 11011 1011101 10011 101010 1010110 101100

Color Harmonies of #CF970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF970F

Black with #CF970F

Text Example


Text Example

White with #CF970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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