Html Css Color HEX #CF920B Gamboge

📋 copy color: '#CF920B'

red 207 ◦ green 146 ◦ blue 11

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

Shades of Gamboge #CF920B

Tints of Gamboge #CF920B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 56.87%
G = 40.11%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF920B (or 0xCF920B) is known color: Gamboge. HEX triplet: CF, 92 and 0B. RGB value is (207,146,11). Sum of RGB (Red+Green+Blue) = 207+146+11=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF920B is #306DF4. Grayscale: #959595. Windows color (decimal): -3173877 or 758479. OLE color: 758479.

HSL color Cylindrical-coordinate representation of color #CF920B: hue angle of 41.33º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF920B is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 146 11 -
CMYK 0 0.29 0.95 0.19
HSL 41.33º 0.9% 0.43% -
HSV(B) 41.33º 0.95% 0.81% -
XYZ 36.07 33.85 4.95 -
YUV 148.85 50.21 169.48 -
System Red Green Blue C M Y K H S L
Decimal 207 146 11 0 0.29 0.95 0.19 41.33 0.9 0.43
Hex CF 92 B 0 1D 5F 13 29 5A 2B
Octal 317 222 13 0 35 137 23 51 132 53
Binary 11001111 10010010 1011 0 11101 1011111 10011 101001 1011010 101011

Color Harmonies of #CF920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF920B

Black with #CF920B

Text Example


Text Example

White with #CF920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF920B; }

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

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

background-color css

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

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

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

border-color css

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

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

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