Html Css Color HEX #CF970D Gamboge

📋 copy color: '#CF970D'

red 207 ◦ green 151 ◦ blue 13

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

Shades of Gamboge #CF970D

Tints of Gamboge #CF970D

RGB

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

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

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

R = 55.8%
G = 40.7%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF970D (or 0xCF970D) is known color: Gamboge. HEX triplet: CF, 97 and 0D. RGB value is (207,151,13). Sum of RGB (Red+Green+Blue) = 207+151+13=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF970D is #3068F2. Grayscale: #989898. Windows color (decimal): -3172595 or 890831. OLE color: 890831.

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

Color convert

RGB 207 151 13 -
CMYK 0 0.27 0.94 0.19
HSL 42.68º 0.88% 0.43% -
HSV(B) 42.68º 0.94% 0.81% -
XYZ 36.87 35.43 5.28 -
YUV 152.01 49.55 167.22 -
System Red Green Blue C M Y K H S L
Decimal 207 151 13 0 0.27 0.94 0.19 42.68 0.88 0.43
Hex CF 97 D 0 1B 5E 13 2B 58 2B
Octal 317 227 15 0 33 136 23 53 130 53
Binary 11001111 10010111 1101 0 11011 1011110 10011 101011 1011000 101011

Color Harmonies of #CF970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF970D

Black with #CF970D

Text Example


Text Example

White with #CF970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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