Html Css Color HEX #CF980D Gamboge

📋 copy color: '#CF980D'

red 207 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #CF980D

Tints of Gamboge #CF980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

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

R = 55.65%
G = 40.86%
B = 3.49%

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

#CF980D (or 0xCF980D) is known color: Gamboge. HEX triplet: CF, 98 and 0D. RGB value is (207,152,13). Sum of RGB (Red+Green+Blue) = 207+152+13=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF980D is #3067F2. Grayscale: #999999. Windows color (decimal): -3172339 or 891087. OLE color: 891087.

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

Color convert

RGB 207 152 13 -
CMYK 0 0.27 0.94 0.19
HSL 42.99º 0.88% 0.43% -
HSV(B) 42.99º 0.94% 0.81% -
XYZ 37.03 35.75 5.33 -
YUV 152.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 207 152 13 0 0.27 0.94 0.19 42.99 0.88 0.43
Hex CF 98 D 0 1B 5E 13 2B 58 2B
Octal 317 230 15 0 33 136 23 53 130 53
Binary 11001111 10011000 1101 0 11011 1011110 10011 101011 1011000 101011

Color Harmonies of #CF980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF980D

Black with #CF980D

Text Example


Text Example

White with #CF980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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