Html Css Color HEX #CF920D Gamboge

📋 copy color: '#CF920D'

red 207 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #CF920D

Tints of Gamboge #CF920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.89%

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

R = 56.56%
G = 39.89%
B = 3.55%

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

#CF920D (or 0xCF920D) is known color: Gamboge. HEX triplet: CF, 92 and 0D. RGB value is (207,146,13). Sum of RGB (Red+Green+Blue) = 207+146+13=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF920D is #306DF2. Grayscale: #959595. Windows color (decimal): -3173875 or 889551. OLE color: 889551.

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

Color convert

RGB 207 146 13 -
CMYK 0 0.29 0.94 0.19
HSL 41.13º 0.88% 0.43% -
HSV(B) 41.13º 0.94% 0.81% -
XYZ 36.08 33.85 5.01 -
YUV 149.08 51.21 169.31 -
System Red Green Blue C M Y K H S L
Decimal 207 146 13 0 0.29 0.94 0.19 41.13 0.88 0.43
Hex CF 92 D 0 1D 5E 13 29 58 2B
Octal 317 222 15 0 35 136 23 51 130 53
Binary 11001111 10010010 1101 0 11101 1011110 10011 101001 1011000 101011

Color Harmonies of #CF920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF920D

Black with #CF920D

Text Example


Text Example

White with #CF920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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