Html Css Color HEX #CF9A0A Gamboge

📋 copy color: '#CF9A0A'

red 207 ◦ green 154 ◦ blue 10

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

Shades of Gamboge #CF9A0A

Tints of Gamboge #CF9A0A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 55.8%
G = 41.51%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF9A0A (or 0xCF9A0A) is known color: Gamboge. HEX triplet: CF, 9A and 0A. RGB value is (207,154,10). Sum of RGB (Red+Green+Blue) = 207+154+10=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9A0A is #3065F5. Grayscale: #9A9A9A. Windows color (decimal): -3171830 or 694991. OLE color: 694991.

HSL color Cylindrical-coordinate representation of color #CF9A0A: hue angle of 43.86º degrees, saturation: 0.91, 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 #CF9A0A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 154 10 -
CMYK 0 0.26 0.95 0.19
HSL 43.86º 0.91% 0.43% -
HSV(B) 43.86º 0.95% 0.81% -
XYZ 37.34 36.4 5.34 -
YUV 153.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 207 154 10 0 0.26 0.95 0.19 43.86 0.91 0.43
Hex CF 9A A 0 1A 5F 13 2C 5B 2B
Octal 317 232 12 0 32 137 23 54 133 53
Binary 11001111 10011010 1010 0 11010 1011111 10011 101100 1011011 101011

Color Harmonies of #CF9A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A0A

Black with #CF9A0A

Text Example


Text Example

White with #CF9A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A0A; }

 p { color: rgb(207,154,10); }

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

background-color css

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

 a { background-color: rgb(207,154,10); }

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

border-color css

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

 span { border-color: rgb(207,154,10); }

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