Html Css Color HEX #CF930D Gamboge

📋 copy color: '#CF930D'

red 207 ◦ green 147 ◦ blue 13

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

Shades of Gamboge #CF930D

Tints of Gamboge #CF930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.05%

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

R = 56.4%
G = 40.05%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF930D (or 0xCF930D) is known color: Gamboge. HEX triplet: CF, 93 and 0D. RGB value is (207,147,13). Sum of RGB (Red+Green+Blue) = 207+147+13=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF930D is #306CF2. Grayscale: #969696. Windows color (decimal): -3173619 or 889807. OLE color: 889807.

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

Color convert

RGB 207 147 13 -
CMYK 0 0.29 0.94 0.19
HSL 41.44º 0.88% 0.43% -
HSV(B) 41.44º 0.94% 0.81% -
XYZ 36.24 34.16 5.06 -
YUV 149.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 207 147 13 0 0.29 0.94 0.19 41.44 0.88 0.43
Hex CF 93 D 0 1D 5E 13 29 58 2B
Octal 317 223 15 0 35 136 23 51 130 53
Binary 11001111 10010011 1101 0 11101 1011110 10011 101001 1011000 101011

Color Harmonies of #CF930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF930D

Black with #CF930D

Text Example


Text Example

White with #CF930D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF930D; }

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

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

background-color css

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

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

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

border-color css

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

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

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