Html Css Color HEX #CF910D Gamboge

📋 copy color: '#CF910D'

red 207 ◦ green 145 ◦ blue 13

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

Shades of Gamboge #CF910D

Tints of Gamboge #CF910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 56.71%
G = 39.73%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF910D (or 0xCF910D) is known color: Gamboge. HEX triplet: CF, 91 and 0D. RGB value is (207,145,13). Sum of RGB (Red+Green+Blue) = 207+145+13=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF910D is #306EF2. Grayscale: #959595. Windows color (decimal): -3174131 or 889295. OLE color: 889295.

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

Color convert

RGB 207 145 13 -
CMYK 0 0.30 0.94 0.19
HSL 40.82º 0.88% 0.43% -
HSV(B) 40.82º 0.94% 0.81% -
XYZ 35.93 33.55 4.96 -
YUV 148.49 51.54 169.73 -
System Red Green Blue C M Y K H S L
Decimal 207 145 13 0 0.30 0.94 0.19 40.82 0.88 0.43
Hex CF 91 D 0 1E 5E 13 29 58 2B
Octal 317 221 15 0 36 136 23 51 130 53
Binary 11001111 10010001 1101 0 11110 1011110 10011 101001 1011000 101011

Color Harmonies of #CF910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF910D

Black with #CF910D

Text Example


Text Example

White with #CF910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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